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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp247 pRom->aPages[iPage].LiveSave.u8Prot = (uint8_t)PGMROMPROT_INVALID;
491 pRom->aPages[iPage].LiveSave.u8Prot = (uint8_t)enmProt;
561 pRomPage->LiveSave.u8Prot = (uint8_t)enmProt;
591 && pRomPage->LiveSave.u8Prot != pRomPage->enmProt)
594 pRomPage->LiveSave.u8Prot = (uint8_t)enmProt;
2883 uint8_t u8Prot; local
2884 rc = SSMR3GetU8(pSSM, &u8Prot);
2887 PGMROMPROT enmProt = (PGMROMPROT)u8Prot;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1481 uint8_t u8Prot; member in struct:PGMROMPAGE::__anon16960

Completed in 71 milliseconds