Home
last modified time | relevance | path

Searched refs:other_percpu_base (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dpercpu.h130 extern vm_offset_t other_percpu_base(int cpu_number);
H A Dlocks_internal.h263 vm_offset_t base = other_percpu_base(lck_mcs_id_cpu(mcs_id)); in lck_mcs_get_other()
H A Dsmr.c1009 base = other_percpu_base(cpu); in __smr_wait_for_oncore()
/xnu-11215.1.10/bsd/dev/dtrace/
H A Dfbt_blacklist.c201 CLOSURE(other_percpu_base)
/xnu-11215.1.10/osfmk/i386/
H A Dcpu_data.h598 ring = *PERCPU_GET_WITH_BASE(other_percpu_base(index >> 16), in traptrace_end()
H A Dmp.c2008 other_percpu_base(int cpu) in other_percpu_base() function
/xnu-11215.1.10/osfmk/arm/
H A Dcpu_common.c825 other_percpu_base(int cpu) in other_percpu_base() function
H A Dmodel_dep.c1157 vm_offset_t base = other_percpu_base(cpu); in DebuggerXCallEnter()