Home
last modified time | relevance | path

Searched defs:PCPU_PTR (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/riscv/include/
H A Dpcpu.h80 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd/sys/arm64/include/
H A Dpcpu.h84 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd/sys/arm/include/
H A Dpcpu.h136 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd/sys/i386/include/
H A Dpcpu.h196 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd/sys/powerpc/include/
H A Dpcpu.h169 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd/sys/amd64/include/
H A Dpcpu.h271 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro