| /xnu-11215.1.10/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
|
| /xnu-11215.1.10/iokit/Kernel/arm/ ! |
| H A D | AppleARMSMP.cpp | 265 PE_cpu_start_from_kext(cpu_id_t target, in PE_cpu_start_from_kext() 274 PE_cpu_start_internal(cpu_id_t target, in PE_cpu_start_internal() 293 PE_cpu_machine_init(cpu_id_t target, boolean_t bootb) in PE_cpu_machine_init() 326 PE_cpu_halt(cpu_id_t target) in PE_cpu_halt() 332 PE_cpu_signal(cpu_id_t /*source*/, cpu_id_t target) in PE_cpu_signal() argument 343 PE_cpu_signal_deferred(cpu_id_t /*source*/, cpu_id_t target) in PE_cpu_signal_deferred() argument 354 PE_cpu_signal_cancel(cpu_id_t /*source*/, cpu_id_t target) in PE_cpu_signal_cancel() argument 366 PE_cpu_machine_quiesce(cpu_id_t target) in PE_cpu_machine_quiesce() 398 PE_cpu_down(cpu_id_t target) in PE_cpu_down()
|
| /xnu-11215.1.10/iokit/Kernel/ ! |
| H A D | IOCPU.cpp | 94 PE_cpu_start_from_kext(cpu_id_t target, in PE_cpu_start_from_kext() 101 PE_cpu_start_internal(cpu_id_t target, in PE_cpu_start_internal() 113 PE_cpu_halt(cpu_id_t target) in PE_cpu_halt() 119 PE_cpu_signal(cpu_id_t source, cpu_id_t target) in PE_cpu_signal() 128 PE_cpu_signal_deferred(cpu_id_t source, cpu_id_t target) in PE_cpu_signal_deferred() 137 PE_cpu_signal_cancel(cpu_id_t source, cpu_id_t target) in PE_cpu_signal_cancel() 146 PE_cpu_machine_init(cpu_id_t target, boolean_t bootb) in PE_cpu_machine_init() 191 PE_cpu_machine_quiesce(cpu_id_t target) in PE_cpu_machine_quiesce() 214 PE_cpu_perfmon_interrupt_enable(cpu_id_t target, boolean_t enable) in PE_cpu_perfmon_interrupt_enable() 263 IOCPU *target; in IOCPUSleepKernel() local [all …]
|
| /xnu-11215.1.10/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-11215.1.10/tools/lldbmacros/kmemory/ ! |
| H A D | kmem.py | 31 def __init__(self, target, param_var): argument 88 def __init__(self, target): argument 185 def get_shared(target=None): argument 251 def __init__(self, target): argument 290 def __init__(self, target): argument 312 def __init__(self, name, target = None): argument
|
| H A D | zone.py | 558 def get_zone_name(zid, target=None): argument 586 def _find_zone_id_by_mangled_name(name, target=None): argument 630 def elem_redzone(self, target=None): argument 638 def elem_inner_size(self, target=None): argument 644 def elem_outer_size(self, target=None): argument 652 def elem_inner_offs(self, target=None): argument 658 def chunk_pages(self, target=None): argument 664 def chunk_elems(self, target=None): argument
|
| H A D | whatis.py | 71 def __init__(self, target): argument 78 def get_shared(target=None): argument
|
| /xnu-11215.1.10/tests/vm/ ! |
| H A D | vm_ranges.c | 167 mach_vm_address_t target = dst; in assert_allocate_eq() local 373 mach_vm_address_t target = range.min_address - ALLOCATION_SIZE; variable 384 mach_vm_address_t target = range.max_address - 100 * ALLOCATION_SIZE; variable 397 mach_vm_address_t target = range.max_address + 0x100000000; variable 431 mach_vm_address_t target = addr + ALLOCATION_SIZE; variable 448 mach_vm_address_t target = addr + ALLOCATION_SIZE; variable 466 mach_vm_address_t target = 0; variable 661 mach_vm_address_t const target = ti.max_address + PAGE_SIZE; variable
|
| /xnu-11215.1.10/iokit/Tests/TestServices/ ! |
| H A D | TestIOUserClient2022Entitlements.cpp | 49 TestIOUserClient2022EntitlementsUserClient::extBasicMethod(OSObject * target, void * reference, IOE… in extBasicMethod() 55 TestIOUserClient2022EntitlementsUserClient::extPerSelectorCheck(OSObject * target, void * reference… in extPerSelectorCheck()
|
| H A D | TestIOServiceUserNotification.cpp | 38 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) in externalMethod()
|
| /xnu-11215.1.10/pexpert/i386/ ! |
| H A D | pe_interrupt.c | 42 void *target; member 77 void *target, in PE_install_interrupt_handler()
|
| /xnu-11215.1.10/osfmk/arm/ ! |
| H A D | locks_arm.c | 127 load_exclusive32(uint32_t *target, enum memory_order ord) in load_exclusive32() 141 store_exclusive32(uint32_t *target, uint32_t value, enum memory_order ord) in store_exclusive32() 155 atomic_exchange_begin32(uint32_t *target, uint32_t *previous, enum memory_order ord) in atomic_exchange_begin32() 168 atomic_exchange_complete32(uint32_t *target, uint32_t previous, uint32_t newval, enum memory_order … in atomic_exchange_complete32() 185 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-11215.1.10/osfmk/i386/ ! |
| H A D | locks_i386_inlines.h | 39 #define ordered_load(target) os_atomic_load(target, compiler_acq_rel) argument 40 #define ordered_store_release(target, value) ({ \ argument
|
| /xnu-11215.1.10/iokit/IOKit/ ! |
| H A D | IOInterruptAccountingPrivate.h | 138 #define IA_ADD_VALUE(target, value) \ argument 141 #define IA_ADD_VALUE(target, value) \ argument
|
| /xnu-11215.1.10/bsd/vfs/ ! |
| H A D | vfs_fslog.c | 61 fslog_extmod_msgtracer(__unused proc_t caller, __unused proc_t target) in fslog_extmod_msgtracer()
|
| /xnu-11215.1.10/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-11215.1.10/security/ ! |
| H A D | mac_mach.c | 166 mac_task_check_get_task_special_port(struct task *task, struct task *target, int which) in mac_task_check_get_task_special_port() 195 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() 222 mac_task_check_set_task_exception_ports(struct task *task, struct task *target, unsigned int except… in mac_task_check_set_task_exception_ports() 258 mac_task_check_set_thread_exception_ports(struct task *task, struct task *target, unsigned int exce… in mac_task_check_set_thread_exception_ports()
|
| /xnu-11215.1.10/EXTERNAL_HEADERS/mach-o/ ! |
| H A D | fixup-chains.h | 111 uint64_t target : 43, member 132 uint64_t target : 32, // runtimeOffset member 157 …uint64_t target : 36, // 64GB max image size (DYLD_CHAINED_PTR_64 => vmAddr, DYLD_CHAINED… member 203 uint64_t target : 30, // basePointers[cacheLevel] + target member 219 uint32_t target : 26, // vmaddr, 64MB max image size member 236 uint32_t target : 30, // 1GB max dyld cache TEXT and DATA member 244 uint32_t target : 26, // 64MB max firmware TEXT and DATA member
|
| /xnu-11215.1.10/osfmk/arm64/ ! |
| H A D | pcb.c | 612 machine_thread_sme_state_dup(const arm_sme_saved_state_t *src_sme_ss, thread_t target) in machine_thread_sme_state_dup() 637 machine_thread_matrix_state_dup(thread_t target) in machine_thread_matrix_state_dup() 1345 arm_legacy_debug_state_t * target, in copy_legacy_debug_state() 1353 arm_debug_state32_t * target, in copy_debug_state32() 1361 arm_debug_state64_t * target, in copy_debug_state64()
|
| /xnu-11215.1.10/bsd/netinet6/ ! |
| H A D | ipsec_pwr.c | 41 ipsec_sleep_wake_handler(void *target, void *refCon, UInt32 messageType, in ipsec_sleep_wake_handler()
|
| /xnu-11215.1.10/tools/lldbmacros/core/ ! |
| H A D | kernelcore.py | 320 def GetGlobalVariable(name, target=None): argument 515 def GetUsecDivisor(self, target=None): argument 535 def zones(self, target=None): argument 559 def tasks(self, target=None): argument
|
| /xnu-11215.1.10/tools/lldbmacros/ ! |
| H A D | kext.py | 116 def sbsec_contains(target, sbsections, addr): argument 139 def IterateKextSummaries(target) -> Generator[KextSummary, Any, None]: argument 162 def GetAllKextSummaries(target=None) -> list[KextSummary]: argument
|
| /xnu-11215.1.10/tools/lldbmacros/tests/ ! |
| H A D | runtests.py | 123 target = debugger.CreateTargetWithFileAndArch(args.kernel, None) variable
|
| /xnu-11215.1.10/osfmk/vm/ ! |
| H A D | vm_dyld_pager.c | 323 uint64_t target = value & 0xFFFFFFFFFULL; in fixupPage64() local 376 uint32_t target = value & 0x03FFFFFF; in fixupChain32() local 554 uint64_t target = (value & 0xFFFFFFFF) + hdr->mwli_image_address; in fixupPageAuth64() local 575 uint64_t target = (value & 0x7FFFFFFFFFFULL); in fixupPageAuth64() local 641 uint64_t target = (value & 0x3FFFFFFFFULL) + hdr->mwli_image_address; in fixupCachePageAuth64() local 647 uint64_t target = (value & 0x3FFFFFFFFULL) + hdr->mwli_image_address; in fixupCachePageAuth64() local
|