Home
last modified time | relevance | path

Searched refs:APM_32BIT_SUPPORT (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/x86/include/
Dapm_bios.h32 #define APM_32BIT_SUPPORT 0x02 macro
/freebsd-10-stable/sys/i386/bios/
Dapm.c925 if ((vmf.vmf_cx & (APM_32BIT_SUPPORT | APM_16BIT_SUPPORT)) == 0) { in apm_probe()
942 if ((vmf.vmf_cx & APM_32BIT_SUPPORT) == 0) in apm_probe()
972 if ((vmf.vmf_cx & APM_32BIT_SUPPORT) != 0) { in apm_probe()