Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 28) sorted by relevance

12

/xnu-12377.41.6/makedefs/
H A DMakeInc.dir8 # For instance, a makefile need only define the special variable SETUP_SUBDIRS
14 # There are a number of other such special variables including (but not limited
16 # some of these special variables, there are are also architecture-specific
H A DMakeInc.top118 # "default" parameter is a special case. It means use the default value for
661 # These special configs only install the kernel files
/xnu-12377.41.6/doc/mach_ipc/
H A Dport_types.md23 - No special security restrictions on this port
28 don't pass any special flags.
33 - No special security restrictions on this port
163 - This has the mechanics of a normal `IOT_PORT` in that it has no special
167 - None, this requires special entitlements in platform restrictions binaries.
/xnu-12377.41.6/osfmk/kern/
H A Dhost.h81 ipc_port_t XNU_PTRAUTH_SIGNED_PTR("host.special") special[HOST_MAX_SPECIAL_PORT + 1];
H A Dhost.c1276 old_port = host_priv->special[id]; in kernel_set_special_port()
1277 host_priv->special[id] = port; in kernel_set_special_port()
1299 *portp = host_priv->special[id]; in kernel_get_special_port()
1403 port = realhost.special[id]; in host_get_special_port()
/xnu-12377.41.6/osfmk/mach/
H A Dhost_priv.defs206 * Get a given special port for a given node.
223 * Set a given special port for the local node.
337 * it is a special purpose port intended for kernel clients. User
H A Dthread_act.defs227 * Returns the current value of the selected special port
243 * Set one of the special ports associated with the
H A Dtask.defs207 * Returns the current value of the selected special port
223 * Set one of the special ports associated with the
H A Dvm_map.defs318 * Set/Get special properties of memory associated
H A Dmach_vm.defs371 * Set/Get special properties of memory associated
H A Dmach_port.defs634 * for special reply ports.
/xnu-12377.41.6/doc/debugging/
H A Dmacro_testing.md67 It does not perform any extra logic to handle special types like `union`.
H A Dextensible_paniclog.md195 …nts to insert the data into the extensible panic log. We treat this as a special case and put this…
H A Ddebugging.md108 * **lossless conversion** - maps invalid characters to special unicode range so it can reconstruct
/xnu-12377.41.6/libkdd/
H A DREADME.md43 Some range of types is reserved for special types like ints, longs etc. A cool new functionality ma…
/xnu-12377.41.6/doc/allocators/
H A Dxnu-kernel-restricted.md25 These boundaries are special, because they often comprise APIs to map or share memory between the k…
38 …nel-private memory: `XNU_KERNEL_RESTRICTED` (X_K_R). This type has three special policies that the…
H A Dread-only.md103 Think of this as a special `memcpy` to write into your elements.
/xnu-12377.41.6/iokit/Kernel/
H A DIONVRAM.cpp1807 bool special = false; in handleSpecialVariables() local
1812 special = true; in handleSpecialVariables()
1815 special = true; in handleSpecialVariables()
1830 return special; in handleSpecialVariables()
/xnu-12377.41.6/libkern/zlib/
H A DREADME20 of the special makefiles such as Makefile.msc. For VMS, use make_vms.com.
/xnu-12377.41.6/tests/
H A Dstackshot_tests.m1890 /* create the send-once right (special reply port) and message to send to the server */
1897 /* send the message with the special reply port */
1968 * (part 1): tests the scenario where a client sends a request that includes a special reply port
1970 * into its address space as a result. for this case the special reply port is enqueued
1972 * (part 2): tests the scenario where a client sends a request that includes a special reply port
1974 * reply to the client. for this case the special reply port is copied out and the kernel
1979 T_DECL(special_reply_port, "test that tasks using special reply ports have correct waitinfo", T_MET…
3459 "SRP waitinfo should be marked as a special reply");
3718 T_QUIET; T_ASSERT_TRUE(found_srp_waitinfo, "found special reply port waitinfo");
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c1754 ch_close_common(struct kern_channel *ch, boolean_t locked, boolean_t special) in ch_close_common() argument
1756 #pragma unused(special) in ch_close_common()
1810 if (special) { in ch_close_common()
/xnu-12377.41.6/doc/vm/
H A Dmemorystatus.md116 … comes from the device tree `kern.secluded_mem_mb`. Secluded memory is a special pool of memory th…
/xnu-12377.41.6/doc/scheduler/
H A Dsched_clutch_edge.md55 The `FIXPRI` bucket is special cased since it contains extremely latency sensitive threads. Since t…
252 …art of the regular hierarchy of the clutch root but are also linked in a special "foreign" priorit…
/xnu-12377.41.6/config/
H A DMASTER51 # bsmall = special extra small scale system configuration
/xnu-12377.41.6/doc/arm/
H A Dsme.md68 `PSTATE.SM` moves the CPU in and out of a special execution mode called

12