Searched refs:adaptive_machine_arch (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_mib.c229 int adaptive_machine_arch = 1; variable
230 SYSCTL_INT(_debug, OID_AUTO, adaptive_machine_arch, CTLFLAG_RW,
231 &adaptive_machine_arch, 1,
243 if ((req->flags & SCTL_MASK32) != 0 && adaptive_machine_arch)
/freebsd-10-stable/sys/x86/x86/
H A Didentcpu.c91 extern int adaptive_machine_arch;
103 if ((req->flags & SCTL_MASK32) != 0 && adaptive_machine_arch)

Completed in 58 milliseconds