Home
last modified time | relevance | path

Searched refs:PROCENTRY_FLAG_EN (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/ncpus/
H A Dbiosmptable.c92 proc->cpu_flags & PROCENTRY_FLAG_EN ? in biosmptable_detect()
94 if (proc->cpu_flags & PROCENTRY_FLAG_EN) in biosmptable_detect()
/freebsd/sys/x86/include/
H A Dmptable.h97 #define PROCENTRY_FLAG_EN 0x01 macro
/freebsd/sys/x86/x86/
H A Dmptable.c526 if (proc->cpu_flags & PROCENTRY_FLAG_EN && in mptable_probe_cpus_handler()
547 if (proc->cpu_flags & PROCENTRY_FLAG_EN) { in mptable_setup_cpus_handler()
/freebsd/usr.sbin/mptable/
H A Dmptable.c749 (entry->cpu_flags & PROCENTRY_FLAG_EN) ? "usable" : "unusable" ); in processorEntry()