Home
last modified time | relevance | path

Searched refs:NX (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h3274 UINT32 NX:1; member
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni334 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetNxForStack_PROMPT #language en-US "Set NX for sta…
336 …kgTokenSpaceGuid_PcdSetNxForStack_HELP #language en-US "Indicates if to set NX for stack.<BR><BR>"
337 …"For the DxeIpl and the DxeCore are both X64, set NX for stack feature also require PcdDxeIplBuild…
338 …pl and the DxeCore are both IA32 (PcdDxeIplSwitchToLongMode is FALSE), set NX for stack feature al…
340 … "TRUE - to set NX for stack.<BR>"
341 … "FALSE - Not to set NX for stack.<BR>"
DMdeModulePkg.dec1639 ## Indicates if to set NX for stack.<BR><BR>
1640 …# For the DxeIpl and the DxeCore are both X64, set NX for stack feature also require PcdDxeIplBui…
1641 …# For the DxeIpl and the DxeCore are both IA32 (PcdDxeIplSwitchToLongMode is FALSE), set NX for s…
1643 # TRUE - to set NX for stack.<BR>
1644 # FALSE - Not to set NX for stack.<BR>
1645 # @Prompt Set NX for stack.
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c1330 PRINT_BIT_FIELD (Edx, NX); in CpuidExtendedCpuSig()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DMpLib.c45 if (Edx.Bits.NX != 0) { in IsBspExecuteDisableEnabled()