Searched refs:SHW_PTE_SET_RO (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h46 #undef SHW_PTE_SET_RO macro
82 # define SHW_PTE_SET_RO(Pte) do { (Pte).n.u1Write = 0; } while (0) macro
113 # define SHW_PTE_SET_RO(Pte) do { (Pte).n.u1Write = 0; } while (0) macro
148 # define SHW_PTE_SET_RO(Pte) PGMSHWPTEPAE_SET_RO(Pte) macro
H A DPGMAllBth.h1606 SHW_PTE_SET_RO(*pPteDst);
1779 SHW_PTE_SET_RO(PteDst);
1806 SHW_PTE_SET_RO(PteDst); /** @todo this isn't quite working yet. Why, isn't it? */
2157 SHW_PTE_SET_RO(PteDst); /** @todo this isn't quite working yet... */
2549 SHW_PTE_SET_RO(PteDst);
2565 SHW_PTE_SET_RO(PteDst);
3045 SHW_PTE_SET_RO(PteDst); /** @todo this isn't quite working yet... */

Completed in 57 milliseconds