Searched refs:PCPU_PTR (Results 1 – 19 of 19) sorted by relevance
139 d = (struct dbreg *)PCPU_PTR(dbreg); in dbreg_set_watchpoint()195 d = (struct dbreg *)PCPU_PTR(dbreg); in dbreg_clr_watchpoint()269 d = (struct dbreg *)PCPU_PTR(dbreg); in amd64_db_resume_dbreg()
391 state = &PCPU_PTR(monitorbuf)->idle_state; in acpi_cpu_idle_mwait()709 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_acpi()724 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_hlt()736 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_mwait()753 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_spin()
1538 mb = PCPU_PTR(monitorbuf); in cpustop_handler()
72 return ((uint64_t)*PCPU_PTR(gdt)); in vmm_get_host_gdtrbase()
81 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
82 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
136 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
88 uint64_t *flags = PCPU_PTR(aim.opal_hmi_flags); in opal_hmi_handler2()
170 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
189 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
264 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member)271 #define PCPU_PTR(member) __PCPU_PTR( global() macro
1204 gdt = *PCPU_PTR(gdt); in amd64_bsp_pcpu_init1() 1206 PCPU_SET(tssp, PCPU_PTR(common_tss)); in amd64_bsp_pcpu_init1() 1220 PCPU_SET(pti_rsp0, STACKALIGN((vm_offset_t)PCPU_PTR(pti_stack) + in amd64_bsp_pcpu_init2() 1596 PCPU_PTR(common_tss)->tss_rsp0 = rsp0; in hammer_time()
469 memcpy(tssp, PCPU_PTR(common_tss), sizeof(struct amd64tss)); in amd64_set_ioperm()
698 cp_time = (long *)PCPU_PTR(cp_time); in statclock()
1801 lock_list = PCPU_PTR(spinlocks); in witness_lock()1951 lock_list = PCPU_PTR(spinlocks); in witness_unlock()2889 witness_list_locks(PCPU_PTR(spinlocks), db_printf); in witness_ddb_list()
1579 lfreevnodes = PCPU_PTR(vfs_freevnodes); in vfs_freevnodes_inc()1593 lfreevnodes = PCPU_PTR(vfs_freevnodes); in vfs_freevnodes_dec()
1029 d = (struct dbreg *)PCPU_PTR(dbreg); in dbg_resume_dbreg()
1561 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_NOTOWNED); in moea64_quick_enter_page()1564 mtx_lock(PCPU_PTR(aim.qmap_lock)); in moea64_quick_enter_page()1584 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_OWNED); in moea64_quick_remove_page()1587 mtx_unlock(PCPU_PTR(aim.qmap_lock)); in moea64_quick_remove_page()
856 desc = PCPU_PTR(gdt)[ndx]; in fasttrap_do_seg()