Home
last modified time | relevance | path

Searched refs:PCPU_PTR (Results 1 – 15 of 15) sorted by relevance

/NextBSD/sys/x86/x86/
HDcpu_machdep.c146 state = (int *)PCPU_PTR(monitorbuf); in acpi_cpu_idle_mwait()
255 state = (int *)PCPU_PTR(monitorbuf); in cpu_idle_acpi()
275 state = (int *)PCPU_PTR(monitorbuf); in cpu_idle_hlt()
307 state = (int *)PCPU_PTR(monitorbuf); in cpu_idle_mwait()
331 state = (int *)PCPU_PTR(monitorbuf); in cpu_idle_spin()
/NextBSD/sys/i386/include/
HDpcpu.h73 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
193 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/NextBSD/sys/amd64/include/
HDpcpu.h83 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
208 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/NextBSD/sys/riscv/include/
HDpcpu.h69 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/NextBSD/sys/arm64/include/
HDpcpu.h71 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/NextBSD/sys/mips/include/
HDpcpu.h71 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
/NextBSD/sys/amd64/amd64/
HDdb_trace.c489 d = (struct dbreg *)PCPU_PTR(dbreg);
538 d = (struct dbreg *)PCPU_PTR(dbreg);
619 d = (struct dbreg *)PCPU_PTR(dbreg); in amd64_db_resume_dbreg()
/NextBSD/sys/arm/include/
HDpcpu.h122 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/NextBSD/sys/sparc64/include/
HDpcpu.h95 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/NextBSD/sys/powerpc/include/
HDpcpu.h168 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/NextBSD/sys/mips/mips/
HDmp_machdep.c123 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis)); in mips_ipi_handler()
/NextBSD/sys/powerpc/aim/
HDmmu_oea64.c1255 mtx_assert(PCPU_PTR(qmap_lock), MA_NOTOWNED); in moea64_quick_enter_page()
1258 mtx_lock(PCPU_PTR(qmap_lock)); in moea64_quick_enter_page()
1273 mtx_assert(PCPU_PTR(qmap_lock), MA_OWNED); in moea64_quick_remove_page()
1276 mtx_unlock(PCPU_PTR(qmap_lock)); in moea64_quick_remove_page()
/NextBSD/sys/kern/
HDkern_clock.c718 cp_time = (long *)PCPU_PTR(cp_time); in statclock_cnt()
HDsubr_witness.c1456 lock_list = PCPU_PTR(spinlocks); in witness_lock()
1613 lock_list = PCPU_PTR(spinlocks); in witness_unlock()
2528 witness_list_locks(PCPU_PTR(spinlocks), db_printf); in witness_ddb_list()
/NextBSD/sys/sparc64/sparc64/
HDpmap.c2325 atomic_store_acq_ptr((uintptr_t *)PCPU_PTR(pmap), (uintptr_t)pm); in pmap_activate()