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

/netbsd-current/sys/arch/alpha/alpha/
H A Dpatch.c125 KASSERT(curcpu()->ci_flags & CPUF_PRIMARY); local
/netbsd-current/sys/arch/riscv/include/
H A Dcpu.h90 #define CPUF_PRIMARY __BIT(0) /* CPU is primary CPU */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dcpu.h161 #define CPUF_PRIMARY 0x01 /* CPU is primary CPU */ macro
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h235 #define CPUF_PRIMARY 1 macro
/netbsd-current/sys/arch/mips/include/
H A Dcpu.h153 #define CPUF_PRIMARY __BIT(0) /* CPU is primary CPU */ macro
/netbsd-current/sys/arch/hppa/include/
H A Dcpu.h316 #define CPUF_PRIMARY 0x0001 /* ... is monarch/primary */ macro
/netbsd-current/sys/arch/x86/include/
H A Dcpu.h369 #define CPUF_PRIMARY 0x0008 /* CPU is active primary processor */ macro

Completed in 113 milliseconds