CPUID_AMD_EDX_LM
ret = ((CPUID_AMD_EDX_LM & cpuid_regs.cp_edx) != 0);
if (edx & CPUID_AMD_EDX_LM)
if (cp->cp_edx & CPUID_AMD_EDX_LM) {