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()
174 #define CPUID_AMD_EDX_LM 0x20000000 /* AMD: long mode */ macro
2095 if (edx & CPUID_AMD_EDX_LM) in startup_kernel()
1527 if (cp->cp_edx & CPUID_AMD_EDX_LM) { in cpuid_pass1()2878 *edx &= ~CPUID_AMD_EDX_LM; in cpuid_pass4()