| /xnu-8020.101.4/osfmk/kern/ |
| H A D | extmod_statistics.c | 73 extmod_statistics_incr_task_for_pid(task_t target) in extmod_statistics_incr_task_for_pid() 89 extmod_statistics_incr_thread_set_state(thread_t target) in extmod_statistics_incr_thread_set_state() 112 extmod_statistics_incr_thread_create(task_t target) in extmod_statistics_incr_thread_create() 130 extmod_statistics_log(task_t current_task, task_t target) in extmod_statistics_log()
|
| H A D | hv_support_kext.c | 94 hv_set_task_target(void *target) in hv_set_task_target() 101 hv_set_thread_target(void *target) in hv_set_thread_target() 227 #define HV_TRAP_DISPATCH(type, index, target, argument) \ argument
|
| H A D | exc_guard.h | 171 #define EXC_GUARD_ENCODE_TARGET(code, target) \ argument
|
| /xnu-8020.101.4/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 230 PE_cpu_start(cpu_id_t target, in PE_cpu_start() 245 PE_cpu_machine_init(cpu_id_t target, boolean_t bootb) in PE_cpu_machine_init() 264 PE_cpu_halt(cpu_id_t target) in PE_cpu_halt() 271 PE_cpu_signal(cpu_id_t /*source*/, cpu_id_t target) in PE_cpu_signal() argument 282 PE_cpu_signal_deferred(cpu_id_t /*source*/, cpu_id_t target) in PE_cpu_signal_deferred() argument 293 PE_cpu_signal_cancel(cpu_id_t /*source*/, cpu_id_t target) in PE_cpu_signal_cancel() argument 305 PE_cpu_machine_quiesce(cpu_id_t target) in PE_cpu_machine_quiesce() 322 PE_cpu_down(cpu_id_t target) in PE_cpu_down()
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOCPU.cpp | 90 PE_cpu_start(cpu_id_t target, in PE_cpu_start() 102 PE_cpu_halt(cpu_id_t target) in PE_cpu_halt() 110 PE_cpu_signal(cpu_id_t source, cpu_id_t target) in PE_cpu_signal() 119 PE_cpu_signal_deferred(cpu_id_t source, cpu_id_t target) in PE_cpu_signal_deferred() 128 PE_cpu_signal_cancel(cpu_id_t source, cpu_id_t target) in PE_cpu_signal_cancel() 137 PE_cpu_machine_init(cpu_id_t target, boolean_t bootb) in PE_cpu_machine_init() 154 PE_cpu_machine_quiesce(cpu_id_t target) in PE_cpu_machine_quiesce() 177 PE_cpu_perfmon_interrupt_enable(cpu_id_t target, boolean_t enable) in PE_cpu_perfmon_interrupt_enable() 220 IOCPU *target; in IOCPUSleepKernel() local 467 IOCPU::signalCPUDeferred(IOCPU *target) in signalCPUDeferred() [all …]
|
| H A D | IOServicePrivate.h | 107 void * target; variable 130 void * target; variable
|
| H A D | PassthruInterruptController.cpp | 85 void *target, in registerInterrupt()
|
| /xnu-8020.101.4/libsyscall/mach/ |
| H A D | mach_vm.c | 48 mach_port_name_t target, in mach_vm_allocate() 71 mach_port_name_t target, in mach_vm_deallocate() 162 mach_port_name_t target, in mach_vm_map() 198 mach_port_name_t target, in mach_vm_remap() 227 mach_port_name_t target, in mach_vm_remap_new() 257 mach_port_name_t target, in mach_vm_read() 279 mach_port_name_t target, in vm_map() 307 mach_port_name_t target, in vm_remap() 336 mach_port_name_t target, in vm_remap_new() 366 mach_port_name_t target, in vm_read() [all …]
|
| /xnu-8020.101.4/pexpert/i386/ |
| H A D | pe_interrupt.c | 42 void *target; member 77 void *target, in PE_install_interrupt_handler()
|
| /xnu-8020.101.4/EXTERNAL_HEADERS/mach-o/ |
| H A D | fixup-chains.h | 109 uint64_t target : 43, member 130 uint64_t target : 32, // runtimeOffset member 155 …uint64_t target : 36, // 64GB max image size (DYLD_CHAINED_PTR_64 => vmAddr, DYLD_CHAINED… member 175 uint64_t target : 30, // basePointers[cacheLevel] + target member 191 uint32_t target : 26, // vmaddr, 64MB max image size member 208 uint32_t target : 30, // 1GB max dyld cache TEXT and DATA member 216 uint32_t target : 26, // 64MB max firmware TEXT and DATA member
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | locks_i386_inlines.h | 37 #define ordered_load(target) os_atomic_load(target, compiler_acq_rel) argument 38 #define ordered_store_release(target, value) ({ \ argument
|
| /xnu-8020.101.4/iokit/IOKit/ |
| H A D | IOInterruptAccountingPrivate.h | 138 #define IA_ADD_VALUE(target, value) \ argument 141 #define IA_ADD_VALUE(target, value) \ argument
|
| H A D | IOInterruptController.h | 54 void * target; member
|
| H A D | IOServicePM.h | 74 IOService * target; member
|
| /xnu-8020.101.4/libkern/kxld/ |
| H A D | kxld_reloc.c | 767 kxld_addr_t target = 0; in kxld_relocator_process_sect_reloc() local 834 kxld_addr_t target = 0; in kxld_relocator_process_table_reloc() local 885 kxld_addr_t target = 0; in calculate_targets() local 1000 get_target_by_address_lookup(kxld_addr_t *target, kxld_addr_t addr, in get_target_by_address_lookup() 1252 uint32_t target = (uint32_t) _target; in generic_process_reloc() local 1350 uint64_t target = _target; in x86_64_process_reloc() local 1519 calculate_displacement_x86_64(uint64_t target, uint64_t adjustment, in calculate_displacement_x86_64() 1587 uint32_t target = (uint32_t) _target; in arm_process_reloc() local 1702 uint64_t target = _target; in arm64_process_reloc() local
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_fslog.c | 59 fslog_extmod_msgtracer(proc_t caller, proc_t target) in fslog_extmod_msgtracer()
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | locks_arm.c | 155 #define ordered_load(target) \ argument 157 #define ordered_store(target, value) \ argument 207 load_exclusive32(uint32_t *target, enum memory_order ord) in load_exclusive32() 228 store_exclusive32(uint32_t *target, uint32_t value, enum memory_order ord) in store_exclusive32() 249 atomic_exchange_begin32(uint32_t *target, uint32_t *previous, enum memory_order ord) in atomic_exchange_begin32() 262 atomic_exchange_complete32(uint32_t *target, uint32_t previous, uint32_t newval, enum memory_order … in atomic_exchange_complete32() 279 atomic_test_and_set32(uint32_t *target, uint32_t test_mask, uint32_t set_mask, enum memory_order or… in atomic_test_and_set32()
|
| /xnu-8020.101.4/iokit/Tests/TestServices/ |
| H A D | TestIOServiceUserNotification.cpp | 38 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) in externalMethod()
|
| H A D | TestIODeviceMemoryRosetta.cpp | 38 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) in externalMethod()
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | pcb.c | 945 arm_legacy_debug_state_t * target, in copy_legacy_debug_state() 953 arm_debug_state32_t * target, in copy_debug_state32() 961 arm_debug_state64_t * target, in copy_debug_state64()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_var.h | 223 fsw_snoop_and_dequeue(struct flow_entry *fe, struct pktq *target, bool input) in fsw_snoop_and_dequeue()
|
| /xnu-8020.101.4/iokit/Families/IOSystemManagement/ |
| H A D | IOWatchDogTimer.cpp | 112 IOWatchDogTimerSleepHandler(void *target, void */*refCon*/, in IOWatchDogTimerSleepHandler() argument
|
| /xnu-8020.101.4/libkern/libkern/c++/ |
| H A D | OSSerialize.h | 339 void * target; variable
|
| /xnu-8020.101.4/security/ |
| H A D | mac_mach.c | 184 mac_task_check_get_task_special_port(struct task *task, struct task *target, int which) in mac_task_check_get_task_special_port() 218 mac_task_check_set_task_special_port(struct task *task, struct task *target, int which, struct ipc_… in mac_task_check_set_task_special_port()
|
| H A D | mac_process.c | 697 mac_proc_check_proc_info(proc_t curp, proc_t target, int callnum, int flavor) in mac_proc_check_proc_info() 720 mac_proc_check_get_cs_info(proc_t curp, proc_t target, unsigned int op) in mac_proc_check_get_cs_info() 743 mac_proc_check_set_cs_info(proc_t curp, proc_t target, unsigned int op) in mac_proc_check_set_cs_info()
|