| /xnu-8019.80.24/osfmk/kern/ |
| H A D | cpu_quiesce.c | 193 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_join() 219 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_ast() 270 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_leave() 323 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_checkin() 373 struct cpu_quiesce *st = PERCPU_GET(cpu_quiesce); in cpu_quiescent_counter_assert_ast()
|
| H A D | stack.c | 251 cache = PERCPU_GET(stack_cache); in stack_free_stack() 286 cache = PERCPU_GET(stack_cache); in stack_alloc_try()
|
| H A D | hazard.c | 139 hga = PERCPU_GET(hazard_guards_array); in __hazard_guard_get() 153 struct hazard_guard_array *hga = PERCPU_GET(hazard_guards_array); in __hazard_guard_put() 266 hga = PERCPU_GET(hazard_guards_array); in hazard_retire()
|
| H A D | percpu.h | 97 #define PERCPU_GET(name) \ macro
|
| H A D | waitq.c | 653 cache = PERCPU_GET(wqp_cache); in wq_prepost_refill_cpu_cache() 692 cache = PERCPU_GET(wqp_cache); in wq_prepost_ensure_free_space() 737 cache = PERCPU_GET(wqp_cache); in wq_prepost_alloc() 956 cache = PERCPU_GET(wqp_cache); in wq_prepost_release_rlist() 4159 cache = PERCPU_GET(wqp_cache); in waitq_alloc_prepost_reservation()
|
| H A D | lock_ticket.c | 438 PERCPU_GET(lck_spinlock_to_info)->extra = mt; in hw_lck_ticket_contended()
|
| H A D | sched_prim.h | 452 PERCPU_GET(sched_stats)->field++; \
|
| H A D | debug.c | 180 return PERCPU_GET(debugger_state); in current_debugger_state()
|
| H A D | locks.c | 558 PERCPU_GET(lck_spinlock_to_info)->owner_thread_orig = owner & ~0x7ul; in lck_spinlock_timeout_set_orig_owner() 567 lck_spinlock_to_info_t lsti = PERCPU_GET(lck_spinlock_to_info); in lck_spinlock_timeout_hit()
|
| H A D | zalloc.c | 3044 counterp = PERCPU_GET(zzc_decrementer); in zalloc_skip_zero_check()
|
| /xnu-8019.80.24/san/memory/ |
| H A D | ubsan_minimal.c | 149 bool *in_handler = PERCPU_GET(ubsan_minimal_in_handler); in ubsan_minimal_stash_telemetry() 159 uintptr_t *cache_address = PERCPU_GET(ubsan_minimal_cache_address); in ubsan_minimal_stash_telemetry() 200 bool *in_handler = PERCPU_GET(ubsan_minimal_in_handler); in ubsan_minimal_flush_entries()
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | cpu_data.h | 589 nextidxp = PERCPU_GET(iotrace_next); in iotrace() 591 cur_iotrace_ring = *PERCPU_GET(iotrace_ring); in iotrace() 621 nextidxp = PERCPU_GET(traptrace_next); in traptrace_start() 626 cur_traptrace_ring = *PERCPU_GET(traptrace_ring); in traptrace_start()
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_io_compression_stats.c | 276 lz4_encode_scratch_t *scratch_buf = *PERCPU_GET(per_cpu_scratch_buf); in iocs_compress_block() 277 uint8_t *dest_buf = *PERCPU_GET(per_cpu_compression_buf); in iocs_compress_block()
|
| /xnu-8019.80.24/libkern/os/ |
| H A D | log_queue.c | 554 log_queue_t lq = PERCPU_GET(oslog_queue); in log_queue_dispatch() 606 log_queue_t lq = PERCPU_GET(oslog_queue); in log_queue_add()
|
| /xnu-8019.80.24/osfmk/prng/ |
| H A D | entropy.c | 228 entropy_cpu_data_t *e = PERCPU_GET(entropy_cpu_data); in entropy_collect()
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | xnu.py | 1043 getattr(kern.PERCPU_GET(ring, 0)[0], field_arg) 1069 ring_slice = [(x, y, kern.PERCPU_GET(ring, x)[y]) for y in range(entries_per_cpu)]
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | cpu_common.c | 690 return PERCPU_GET(processor); in current_processor()
|
| H A D | locks_arm.c | 375 uint64_t * const max_duration = PERCPU_GET(preemption_disable_max_mt); in _collect_preemption_disable_measurement()
|
| /xnu-8019.80.24/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 422 def PERCPU_GET(self, name, cpu): member in KernelTarget
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_resident.c | 3108 if ((mem = *PERCPU_GET(free_pages))) { in vm_page_grab_options() 3232 if ((mem = *PERCPU_GET(free_pages))) { in vm_page_grab_options() 3250 color = *PERCPU_GET(start_color); in vm_page_grab_options()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_mbuf.c | 1041 mbuf_mtypes_t *mbs = PERCPU_GET(mbuf_mtypes); \
|