Home
last modified time | relevance | path

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

/f-stack/lib/include/i386/include/
H A Dpcpu.h46 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/f-stack/lib/include/amd64/include/
H A Dpcpu.h49 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/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/i386/include/
H A Dpcpu.h228 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/f-stack/freebsd/amd64/include/
H A Dpcpu.h244 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro