Searched defs:fNxe (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp67 bool fNxe; member in struct:PGMR3DUMPHIERARCHYSTATE
932 pState->fNxe = !!(fFlags & DBGFPGDMP_FLAGS_NXE);
934 pState->uLastRsvdBit = pState->fNxe ? 62 : 63;
1631 pState->fNxe ? " + NX" : "");
2310 pState->fNxe ? " + NX" : "");
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp2417 * @param fNxe The new NXE state.
2419 VMM_INT_DECL(void) PGMNotifyNxeChanged(PVMCPU pVCpu, bool fNxe) argument
2422 Log(("PGMNotifyNxeChanged: fNxe=%RTbool\n", fNxe));
2424 pVCpu->pgm.s.fNoExecuteEnabled = fNxe;
2425 if (fNxe)

Completed in 54 milliseconds