Searched refs:PCPU_PTR (Results 1 – 18 of 18) sorted by relevance
37 #undef PCPU_PTR46 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
38 #undef PCPU_PTR49 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
72 return ((uint64_t)*PCPU_PTR(gdt)); in vmm_get_host_gdtrbase()
80 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
87 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
140 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
481 d = (struct dbreg *)PCPU_PTR(dbreg);530 d = (struct dbreg *)PCPU_PTR(dbreg);608 d = (struct dbreg *)PCPU_PTR(dbreg); in amd64_db_resume_dbreg()
1559 gdt = *PCPU_PTR(gdt); in amd64_bsp_pcpu_init1()1561 PCPU_SET(tssp, PCPU_PTR(common_tss)); in amd64_bsp_pcpu_init1()1575 PCPU_SET(pti_rsp0, ((vm_offset_t)PCPU_PTR(pti_stack) + in amd64_bsp_pcpu_init2()1907 PCPU_PTR(common_tss)->tss_rsp0 = rsp0; in hammer_time()
429 memcpy(tssp, PCPU_PTR(common_tss), sizeof(struct amd64tss));
860 gdt = *PCPU_PTR(gdt);
238 state = &PCPU_PTR(monitorbuf)->idle_state; in acpi_cpu_idle_mwait()501 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_acpi()520 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_hlt()552 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_mwait()577 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_spin()
1478 mb = PCPU_PTR(monitorbuf); in cpustop_handler()
228 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
125 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis)); in mips_ipi_handler()
244 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
653 cp_time = (long *)PCPU_PTR(cp_time); in statclock()
1524 lock_list = PCPU_PTR(spinlocks); in witness_lock()1676 lock_list = PCPU_PTR(spinlocks); in witness_unlock()2572 witness_list_locks(PCPU_PTR(spinlocks), db_printf); in witness_ddb_list()
1028 d = (struct dbreg *)PCPU_PTR(dbreg); in dbg_resume_dbreg()