Searched refs:extensions (Results 1 – 25 of 41) sorted by relevance
12
| /xnu-11215/doc/mach_ipc/ |
| H A D | kmsg.md | 410 ### Descriptor signing (kernel extensions) 412 On macOS where kernel extensions exist and use the arm64e slice, 415 Fortunately, IPC kmsgs are not ABI, and the way kernel extensions 422 for kernel extensions (using symbol names ending in `_proper` for historical
|
| /xnu-11215/osfmk/conf/ |
| H A D | copyright.cmu | 23 * any improvements or extensions that they make and grant Carnegie Mellon
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_us.sub | 27 * any improvements or extensions that they make and grant Carnegie the
|
| H A D | err_ipc.sub | 27 * any improvements or extensions that they make and grant Carnegie the
|
| H A D | err_mach_ipc.sub | 27 * any improvements or extensions that they make and grant Carnegie the
|
| H A D | err_kern.sub | 27 * any improvements or extensions that they make and grant Carnegie the
|
| /xnu-11215/osfmk/i386/ |
| H A D | cpuid.h | 385 uint32_t extensions; member 462 #define cpuid_mwait_extensions cpuid_mwait_leaf.extensions
|
| /xnu-11215/osfmk/kern/ |
| H A D | coalition.c | 260 queue_head_t extensions; member 1072 queue_head_init(coal->j.extensions); in i_coal_jetsam_init() 1098 assert(queue_empty(&coal->j.extensions)); in i_coal_jetsam_dealloc() 1190 q = (queue_t)&cj->extensions; in i_coal_jetsam_set_taskrole() 1242 qe_foreach_element(t, &cj->extensions, task_coalition[COALITION_TYPE_JETSAM]) { in i_coal_jetsam_get_taskrole() 1285 qe_foreach_element(t, &cj->extensions, task_coalition[COALITION_TYPE_JETSAM]) { in i_coal_jetsam_iterate_tasks() 2492 qe_foreach(qe, &coal->j.extensions) in coalition_get_task_count() 2546 bytes += i_get_list_footprint(&coal->j.extensions, COALITION_TYPE_JETSAM, &num_tasks); in coalition_get_page_count() 2772 ntasks += coalition_get_sort_list(coal, sort_order, &cj->extensions, in coalition_get_pid_list()
|
| /xnu-11215/ |
| H A D | README.md | 214 `Kernel.framework` is used by kernel extensions.\ 251 for kernel extensions - 330 to everyone for kernel extensions. 337 available for Apple internal for kernel extensions. 401 kernel and Apple internal kernel extensions and omitted from user 410 extensions and is not visible in user level header files. Only the
|
| /xnu-11215/tests/ |
| H A D | mach_exc.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | excserver_backtrace.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| /xnu-11215/osfmk/mach/ |
| H A D | upl.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | host_security.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | notify.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | processor.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | exc.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | prof.defs | 101 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | processor_set.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | mach_exc.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | std_types.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | vm32_map.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| H A D | mach_host.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| /xnu-11215/osfmk/device/ |
| H A D | device_types.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| /xnu-11215/osfmk/mach_debug/ |
| H A D | mach_debug_types.defs | 53 * any improvements or extensions that they make and grant Carnegie Mellon
|
| /xnu-11215/bsd/dev/i386/ |
| H A D | sysctl.c | 503 SYSCTL_PROC(_machdep_cpu_mwait, OID_AUTO, extensions, 505 (void *)offsetof(cpuid_mwait_leaf_t, extensions),
|
12