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

/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h52 #undef GST_GET_PDE_SHW_FLAGS macro
113 # define GST_GET_PDE_SHW_FLAGS(pVCpu, Pde) (true && This_should_perhaps_not_be_used_in_this_context) //?? macro
143 # define GST_GET_PDE_SHW_FLAGS(pVCpu, Pde) ((Pde).u & (X86_PDE_P | X86_PDE_RW | X86_PDE_US | X86_PDE_A)) macro
184 # define GST_GET_PDE_SHW_FLAGS(pVCpu, Pde) ((Pde).u & (pVCpu)->pgm.s.fGst64ShadowedPdeMask ) macro
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h2794 PdeDst.u = pShwPage->Core.Key | GST_GET_PDE_SHW_FLAGS(pVCpu, PdeSrc);
2854 | GST_GET_PDE_SHW_FLAGS(pVCpu, PdeSrc);

Completed in 78 milliseconds