Searched refs:SHW_PTE_SET (Results 1 - 2 of 2) 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));
H A DPGMAllBth.h1605 SHW_PTE_SET(*pPteDst, fPteSrc | PGM_PAGE_GET_HCPHYS(pPage));
1609 SHW_PTE_SET(*pPteDst, 0);
1634 SHW_PTE_SET(*pPteDst, pVM->pgm.s.HCPhysInvMmioPg | X86_PTE_PAE_MBZ_MASK_NO_NX | X86_PTE_P);
1642 SHW_PTE_SET(*pPteDst, 0);
1766 SHW_PTE_SET(PteDst, 0);
1775 SHW_PTE_SET(PteDst,
1794 SHW_PTE_SET(PteDst, fGstShwPteFlags | PGM_PAGE_GET_HCPHYS(pPage));
2144 SHW_PTE_SET(PteDst, GST_GET_BIG_PDE_SHW_FLAGS_4_PTE(pVCpu, PdeSrc) | PGM_PAGE_GET_HCPHYS(pPage));
2572 SHW_PTE_SET(PteDst, (SHW_PTE_GET_U(PteDst) | X86_PTE_D | X86_PTE_A) & ~(uint64_t)PGM_PTFLAGS_TRACK_DIRTY);
2972 SHW_PTE_SET(PteDstBas
[all...]

Completed in 51 milliseconds