Home | History | Annotate | Download | only in PiSmmCpuDxeSmm

Lines Matching defs:Nx

251   @param  Nx       The flag indicates if the memory is execute-disable.

257 IN BOOLEAN *Nx
262 *Nx = FALSE;
269 *Nx = mProtectionMemRange[Index].Nx;
273 *Nx = TRUE;
279 *Nx = TRUE;
394 mProtectionMemRange[NumberOfProtectRange].Nx = TRUE;
485 BOOLEAN Nx;
593 // This is 1G entry, set NX bit and skip it
616 if (!IsAddressValid (Address, &Nx)) {
622 if (Nx && mXdSupported) {
632 if (!IsAddressValid (Address, &Nx)) {
635 if (Nx && mXdSupported) {