Searched defs:PCPU_PTR (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dpcpu.h87 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
/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/i386/include/
H A Dpcpu.h228 #define PCPU_PTR(member) __PCPU_PTR(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/amd64/include/
H A Dpcpu.h244 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dpcpu.h172 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro

Completed in 128 milliseconds