Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dinitcpu.c323 if (IS_BSP() && (amd_feature & AMDID_NX) != 0) { in initializecpu()
/freebsd/sys/i386/i386/
H A Dmpboot.S105 testl $AMDID_NX, %edx
H A Dmachdep.c693 if (amd_feature & (AMDID_NX | AMDID_LM)) in DB_SHOW_COMMAND_FLAGS()
H A Dpmap.c591 if ((amd_feature & AMDID_NX) == 0) in __CONCAT()
/freebsd/sys/i386/acpica/
H A Dacpi_wakeup.c224 if ((amd_feature & AMDID_NX) != 0) in acpi_sleep_machdep()
/freebsd/sys/amd64/vmm/
H A Dx86.c643 if (amd_feature & AMDID_NX) in vm_cpuid_capability()
/freebsd/sys/x86/include/
H A Dspecialreg.h223 #define AMDID_NX 0x00100000 macro