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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMGst.h74 rc = PDMR3LdrGetSymbolR0(pVM, NULL, PGM_GST_NAME_R0_STR(GetPage), &pModeData->pfnR0GstGetPage);
75 AssertMsgRCReturn(rc, ("%s -> rc=%Rrc\n", PGM_GST_NAME_R0_STR(GetPage), rc), rc);
76 rc = PDMR3LdrGetSymbolR0(pVM, NULL, PGM_GST_NAME_R0_STR(ModifyPage), &pModeData->pfnR0GstModifyPage);
77 AssertMsgRCReturn(rc, ("%s -> rc=%Rrc\n", PGM_GST_NAME_R0_STR(ModifyPage), rc), rc);
78 rc = PDMR3LdrGetSymbolR0(pVM, NULL, PGM_GST_NAME_R0_STR(GetPDE), &pModeData->pfnR0GstGetPDE);
79 AssertMsgRCReturn(rc, ("%s -> rc=%Rrc\n", PGM_GST_NAME_R0_STR(GetPDE), rc), rc);
H A DPGM.cpp741 #define PGM_GST_NAME_R0_STR(name) PGM_GST_NAME_R0_REAL_STR(name) macro
758 #undef PGM_GST_NAME_R0_STR macro
764 #define PGM_GST_NAME_R0_STR(name) PGM_GST_NAME_R0_PROT_STR(name) macro
781 #undef PGM_GST_NAME_R0_STR macro
787 #define PGM_GST_NAME_R0_STR(name) PGM_GST_NAME_R0_32BIT_STR(name) macro
806 #undef PGM_GST_NAME_R0_STR macro
828 #define PGM_GST_NAME_R0_STR(name) PGM_GST_NAME_R0_REAL_STR(name) macro
844 #undef PGM_GST_NAME_R0_STR macro
850 #define PGM_GST_NAME_R0_STR(name) PGM_GST_NAME_R0_PROT_STR(name) macro
866 #undef PGM_GST_NAME_R0_STR macro
872 #define PGM_GST_NAME_R0_STR macro
890 #undef PGM_GST_NAME_R0_STR macro
896 #define PGM_GST_NAME_R0_STR macro
915 #undef PGM_GST_NAME_R0_STR macro
937 # define PGM_GST_NAME_R0_STR macro
956 # undef PGM_GST_NAME_R0_STR macro
978 #define PGM_GST_NAME_R0_STR macro
992 #undef PGM_GST_NAME_R0_STR macro
998 #define PGM_GST_NAME_R0_STR macro
1012 #undef PGM_GST_NAME_R0_STR macro
1018 #define PGM_GST_NAME_R0_STR macro
1034 #undef PGM_GST_NAME_R0_STR macro
1040 #define PGM_GST_NAME_R0_STR macro
1056 #undef PGM_GST_NAME_R0_STR macro
1063 # define PGM_GST_NAME_R0_STR macro
1079 # undef PGM_GST_NAME_R0_STR macro
1101 #define PGM_GST_NAME_R0_STR macro
1115 #undef PGM_GST_NAME_R0_STR macro
1121 #define PGM_GST_NAME_R0_STR macro
1135 #undef PGM_GST_NAME_R0_STR macro
1141 #define PGM_GST_NAME_R0_STR macro
1157 #undef PGM_GST_NAME_R0_STR macro
1163 #define PGM_GST_NAME_R0_STR macro
1179 #undef PGM_GST_NAME_R0_STR macro
1186 # define PGM_GST_NAME_R0_STR macro
1202 # undef PGM_GST_NAME_R0_STR macro
[all...]

Completed in 48 milliseconds