Searched refs:PCPU_PTR (Results 1 – 15 of 15) sorted by relevance
146 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()
73 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro193 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
83 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro208 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
69 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
71 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
71 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
489 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()
122 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
95 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
168 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
123 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis)); in mips_ipi_handler()
1255 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()
718 cp_time = (long *)PCPU_PTR(cp_time); in statclock_cnt()
1456 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()
2325 atomic_store_acq_ptr((uintptr_t *)PCPU_PTR(pmap), (uintptr_t)pm); in pmap_activate()