Home
last modified time | relevance | path

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

/f-stack/lib/include/i386/include/
H A Dpcpu.h37 #undef PCPU_PTR
46 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/f-stack/lib/include/amd64/include/
H A Dpcpu.h38 #undef PCPU_PTR
49 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_host.h72 return ((uint64_t)*PCPU_PTR(gdt)); in vmm_get_host_gdtrbase()
/f-stack/freebsd/arm64/include/
H A Dpcpu.h80 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/f-stack/freebsd/mips/include/
H A Dpcpu.h87 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
/f-stack/freebsd/arm/include/
H A Dpcpu.h140 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c481 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()
H A Dmachdep.c1559 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()
H A Dsys_machdep.c429 memcpy(tssp, PCPU_PTR(common_tss), sizeof(struct amd64tss));
H A Dtrap.c860 gdt = *PCPU_PTR(gdt);
/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c238 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()
H A Dmp_x86.c1478 mb = PCPU_PTR(monitorbuf); in cpustop_handler()
/f-stack/freebsd/i386/include/
H A Dpcpu.h228 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c125 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis)); in mips_ipi_handler()
/f-stack/freebsd/amd64/include/
H A Dpcpu.h244 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/f-stack/freebsd/kern/
H A Dkern_clock.c653 cp_time = (long *)PCPU_PTR(cp_time); in statclock()
H A Dsubr_witness.c1524 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()
/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c1028 d = (struct dbreg *)PCPU_PTR(dbreg); in dbg_resume_dbreg()