Searched refs:NX (Results 1 – 5 of 5) sorted by relevance
3274 UINT32 NX:1; member
334 #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>"
1639 ## 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.
1330 PRINT_BIT_FIELD (Edx, NX); in CpuidExtendedCpuSig()
45 if (Edx.Bits.NX != 0) { in IsBspExecuteDisableEnabled()