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

/freebsd-10-stable/sys/sparc64/include/
H A Dpcpu.h94 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd-10-stable/sys/mips/include/
H A Dpcpu.h71 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
/freebsd-10-stable/sys/arm/include/
H A Dpcpu.h119 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-10-stable/sys/amd64/include/
H A Dpcpu.h81 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
206 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-10-stable/sys/i386/include/
H A Dpcpu.h100 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
220 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-10-stable/sys/ia64/include/
H A Dpcpu.h116 #define PCPU_PTR(name) \ macro
/freebsd-10-stable/sys/powerpc/include/
H A Dpcpu.h160 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro

Completed in 122 milliseconds