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

/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h50 #undef GST_GET_PDE_GCPHYS macro
110 # define GST_GET_PDE_GCPHYS(Pde) (true && This_should_perhaps_not_be_used_in_this_context) //?? macro
141 # define GST_GET_PDE_GCPHYS(Pde) PGM_A20_APPLY(pVCpu, ((Pde).u & GST_PDE_PG_MASK)) macro
181 # define GST_GET_PDE_GCPHYS(Pde) PGM_A20_APPLY(pVCpu, ((Pde).u & GST_PDE_PG_MASK)) macro

Completed in 35 milliseconds