Searched refs:PCPU_PTR (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_host.h72 return ((uint64_t)*PCPU_PTR(gdt));
/freebsd-13-stable/sys/riscv/include/
H A Dpcpu.h83 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-13-stable/sys/arm64/include/
H A Dpcpu.h77 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd-13-stable/sys/mips/include/
H A Dpcpu.h87 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
/freebsd-13-stable/sys/arm/include/
H A Dpcpu.h140 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_hmi.c91 uint64_t *flags = PCPU_PTR(aim.opal_hmi_flags);
/freebsd-13-stable/sys/x86/x86/
H A Ddbreg.c138 d = (struct dbreg *)PCPU_PTR(dbreg);
194 d = (struct dbreg *)PCPU_PTR(dbreg);
268 d = (struct dbreg *)PCPU_PTR(dbreg);
H A Dcpu_machdep.c238 state = &PCPU_PTR(monitorbuf)->idle_state;
501 state = &PCPU_PTR(monitorbuf)->idle_state;
520 state = &PCPU_PTR(monitorbuf)->idle_state;
552 state = &PCPU_PTR(monitorbuf)->idle_state;
577 state = &PCPU_PTR(monitorbuf)->idle_state;
H A Dmp_x86.c1479 mb = PCPU_PTR(monitorbuf);
/freebsd-13-stable/sys/powerpc/include/
H A Dpcpu.h172 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd-13-stable/sys/i386/include/
H A Dpcpu.h228 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-13-stable/sys/mips/mips/
H A Dmp_machdep.c125 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis));
/freebsd-13-stable/sys/amd64/include/
H A Dpcpu.h244 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-13-stable/sys/riscv/riscv/
H A Dmp_machdep.c330 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis));
/freebsd-13-stable/sys/kern/
H A Dkern_clock.c653 cp_time = (long *)PCPU_PTR(cp_time);
H A Dsubr_witness.c1523 lock_list = PCPU_PTR(spinlocks);
1675 lock_list = PCPU_PTR(spinlocks);
2571 witness_list_locks(PCPU_PTR(spinlocks), db_printf);
/freebsd-13-stable/sys/arm/arm/
H A Ddebug_monitor.c1059 d = (struct dbreg *)PCPU_PTR(dbreg);
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c1545 gdt = *PCPU_PTR(gdt);
1547 PCPU_SET(tssp, PCPU_PTR(common_tss));
1561 PCPU_SET(pti_rsp0, ((vm_offset_t)PCPU_PTR(pti_stack) +
1893 PCPU_PTR(common_tss)->tss_rsp0 = rsp0;
H A Dsys_machdep.c429 memcpy(tssp, PCPU_PTR(common_tss), sizeof(struct amd64tss));
H A Dtrap.c888 gdt = *PCPU_PTR(gdt);
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1616 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_NOTOWNED);
1619 mtx_lock(PCPU_PTR(aim.qmap_lock));
1634 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_OWNED);
1637 mtx_unlock(PCPU_PTR(aim.qmap_lock));
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c858 desc = PCPU_PTR(gdt)[ndx];

Completed in 155 milliseconds