Searched refs:PROCENTRY_FLAG_EN (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/tools/tools/ncpus/
H A Dbiosmptable.c92 proc->cpu_flags & PROCENTRY_FLAG_EN ?
94 if (proc->cpu_flags & PROCENTRY_FLAG_EN)
/freebsd-current/sys/x86/include/
H A Dmptable.h97 #define PROCENTRY_FLAG_EN 0x01 macro
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dmptbl.c133 mpep->cpu_flags = PROCENTRY_FLAG_EN;
/freebsd-current/sys/x86/x86/
H A Dmptable.c536 if (proc->cpu_flags & PROCENTRY_FLAG_EN &&
557 if (proc->cpu_flags & PROCENTRY_FLAG_EN) {
/freebsd-current/usr.sbin/mptable/
H A Dmptable.c749 (entry->cpu_flags & PROCENTRY_FLAG_EN) ? "usable" : "unusable" );

Completed in 84 milliseconds