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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h43 #undef SHW_PTE_SET macro
79 # define SHW_PTE_SET(Pte, uNew) do { (Pte).u = (uNew); } while (0) macro
110 # define SHW_PTE_SET(Pte, uNew) do { (Pte).u = (uNew); } while (0) macro
145 # define SHW_PTE_SET(Pte, uNew) PGMSHWPTEPAE_SET(Pte, uNew) macro
442 SHW_PTE_SET(NewPte, (SHW_PTE_GET_U(OrgPte) & (fMask | SHW_PTE_PG_MASK)) | (fFlags & ~SHW_PTE_PG_MASK));

Completed in 42 milliseconds