Home
last modified time | relevance | path

Searched refs:AMDID_LM (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/efi/loader/arch/i386/
H A Dsetup.c43 if ((edx & AMDID_LM) == 0) { in setup()
/freebsd/stand/userboot/userboot/
H A Dbootinfo64.c77 return (regs[3] & AMDID_LM); in bi_checkcpu()
/freebsd/stand/i386/libi386/
H A Dbootinfo64.c83 return (regs[3] & AMDID_LM); in bi_checkcpu()
/freebsd/sys/x86/include/
H A Dspecialreg.h248 #define AMDID_LM 0x20000000 macro
/freebsd/sys/i386/i386/
H A Dmachdep.c693 if (amd_feature & (AMDID_NX | AMDID_LM)) in DB_SHOW_COMMAND_FLAGS()