Home
last modified time | relevance | path

Searched defs:IS_BSP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpcpu.h231 #define IS_BSP() (PCPU_GET(cpuid) == 0) macro
/f-stack/freebsd/amd64/include/
H A Dpcpu.h247 #define IS_BSP() (PCPU_GET(cpuid) == 0) macro