Searched refs:CPUID_AMD_EDX_LM (Results 1 – 4 of 4) sorted by relevance
77 ret = ((CPUID_AMD_EDX_LM & cpuid_regs.cp_edx) != 0); in cpuid_64bit_capable()
173 #define CPUID_AMD_EDX_LM 0x20000000 /* AMD: long mode */ macro
1585 if (edx & CPUID_AMD_EDX_LM) in startup_kernel()
1518 if (cp->cp_edx & CPUID_AMD_EDX_LM) { in cpuid_pass1()2854 *edx &= ~CPUID_AMD_EDX_LM; in cpuid_pass4()