Home
last modified time | relevance | path

Searched refs:CPUF_BSP (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/x86/x86/
Dvmt.c52 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in vmt_match()
Dcpu.c492 atomic_or_32(&ci->ci_flags, CPUF_BSP); in cpu_attach()
776 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in cpu_boot_secondary_processors()
1406 if ((ci->ci_flags & CPUF_BSP) != 0) in cpu_shutdown()
Dvia_padlock.c512 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in via_padlock_match()
Dhyperv.c586 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in hyperv_match()
/netbsd/src/sys/arch/x86/include/
Dcpu.h366 #define CPUF_BSP 0x0001 /* CPU is the original BSP */ macro
/netbsd/src/sys/arch/xen/x86/
Dcpu.c466 atomic_or_32(&ci->ci_flags, CPUF_BSP); in cpu_attach_common()
605 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in cpu_boot_secondary_processors()