Searched refs:PREFIX (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | mach_vm.defs | 81 #define PREFIX(NAME) CONCAT(_kernelrpc_, NAME) 83 #define PREFIX(NAME) NAME 107 routine PREFIX(KERNEL_SERVER_SUFFIX(mach_vm_allocate)) ( 118 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_allocate)) ( 134 routine PREFIX(mach_vm_deallocate) ( 144 routine PREFIX(vm_deallocate) ( 163 routine PREFIX(mach_vm_protect) ( 177 routine PREFIX(vm_protect) ( 213 routine PREFIX(mach_vm_read) ( 215 routine PREFIX(vm_read) ( [all …]
|
| H A D | vm_map.defs | 76 #define PREFIX(NAME) CONCAT(_kernelrpc_, NAME) 78 #define PREFIX(NAME) NAME 126 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_allocate))( 142 routine PREFIX(vm_deallocate)( 163 routine PREFIX(vm_protect)( 191 routine PREFIX(vm_read) ( 300 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_map)) ( 328 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_remap)) ( 469 routine PREFIX(KERNEL_SERVER_SUFFIX_SANDBOX(vm_purgable_control)) ( 483 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-10063.141.1/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()
|