Searched refs:PREFIX (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | vm32_map.defs | 72 #define PREFIX(x) vm32_##x 74 #define PREFIX(x) x 85 routine PREFIX(vm_region)( 95 routine PREFIX(vm_allocate)( 101 routine PREFIX(vm_deallocate)( 106 routine PREFIX(vm_protect)( 113 routine PREFIX(vm_inherit)( 119 routine PREFIX(vm_read)( 125 routine PREFIX(vm_read_list)( 130 routine PREFIX(vm_write)( [all …]
|
| H A D | mach_vm.defs | 85 #define PREFIX(NAME) CONCAT(_kernelrpc_, NAME) 87 #define PREFIX(NAME) NAME 111 routine PREFIX(KERNEL_SERVER_SUFFIX(mach_vm_allocate)) ( 122 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_allocate)) ( 138 routine PREFIX(mach_vm_deallocate) ( 148 routine PREFIX(vm_deallocate) ( 167 routine PREFIX(mach_vm_protect) ( 181 routine PREFIX(vm_protect) ( 217 routine PREFIX(mach_vm_read) ( 219 routine PREFIX(vm_read) ( [all …]
|
| H A D | vm_map.defs | 80 #define PREFIX(NAME) CONCAT(_kernelrpc_, NAME) 82 #define PREFIX(NAME) NAME 130 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_allocate))( 146 routine PREFIX(vm_deallocate)( 167 routine PREFIX(vm_protect)( 195 routine PREFIX(vm_read) ( 304 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_map)) ( 332 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_remap)) ( 473 routine PREFIX(KERNEL_SERVER_SUFFIX_SANDBOX(vm_purgable_control)) ( 487 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_remap_new)) (
|
| H A D | thread_act.defs | 75 #define PREFIX(NAME) _kernelrpc_ ## NAME 77 #define PREFIX(NAME) NAME 305 routine PREFIX(thread_policy)( 316 routine PREFIX(thread_policy_set)( 360 routine PREFIX(thread_set_policy)(
|
| H A D | task.defs | 76 #define PREFIX(NAME) _kernelrpc_ ## NAME 78 #define PREFIX(NAME) NAME 551 routine PREFIX(mach_task_is_self)(
|
| /xnu-11215.81.4/bsd/dev/i386/ |
| H A D | dis_tables.c | 161 PREFIX, /* a REP instruction prefix */ enumerator 2260 /* [F,0] */ TNS("lock",LOCK), TNS("icebp", NORM), TNS("repnz",PREFIX), TNS("repz",PREFIX), 3036 case PREFIX: in dtrace_disx86() 5289 case PREFIX: in dtrace_disx86()
|