Home
last modified time | relevance | path

Searched refs:AMDID_NX (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c295 if (IS_BSP() && (amd_feature & AMDID_NX) != 0) { in initializecpu()
/f-stack/freebsd/i386/i386/
H A Dmpboot.s107 testl $AMDID_NX, %edx
H A Dmachdep.c1606 if (amd_feature & (AMDID_NX | AMDID_LM)) in DB_SHOW_COMMAND()
H A Dpmap.c603 if ((amd_feature & AMDID_NX) == 0) in __CONCAT()
/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c263 if ((amd_feature & AMDID_NX) != 0) in acpi_sleep_machdep()
/f-stack/freebsd/amd64/vmm/
H A Dx86.c633 if (amd_feature & AMDID_NX) in vm_cpuid_capability()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h223 #define AMDID_NX 0x00100000 macro