Searched defs:get_pcpu (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/riscv/include/
H A Dpcpu.h59 get_pcpu(void) function
/freebsd-12-stable/sys/sparc64/include/
H A Dpcpu.h79 #define get_pcpu() (pcpup) macro
/freebsd-12-stable/sys/mips/include/
H A Dpcpu.h76 #define get_pcpu() (PCPUP->pc_self) macro
/freebsd-12-stable/sys/i386/include/
H A Dpcpu.h205 #define get_pcpu() __extension__ ({ \ macro
/freebsd-12-stable/sys/arm64/include/
H A Dpcpu.h55 get_pcpu(void) function
/freebsd-12-stable/sys/amd64/include/
H A Dpcpu.h209 #define get_pcpu() __extension__ ({ \ macro
/freebsd-12-stable/sys/powerpc/include/
H A Dcpufunc.h206 get_pcpu(void) function
/freebsd-12-stable/sys/arm/include/
H A Dpcpu.h90 #define get_pcpu() (pcpup) macro
92 #define get_pcpu() __extension__ ({ \ macro
144 #define get_pcpu() pcpup macro

Completed in 72 milliseconds