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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMBth.h71 rc = PDMR3LdrGetSymbolRC(pVM, NULL, PGM_BTH_NAME_RC_STR(Trap0eHandler), &pModeData->pfnRCBthTrap0eHandler);
72 AssertMsgRCReturn(rc, ("%s -> rc=%Rrc\n", PGM_BTH_NAME_RC_STR(Trap0eHandler), rc), rc);
73 rc = PDMR3LdrGetSymbolRC(pVM, NULL, PGM_BTH_NAME_RC_STR(InvalidatePage), &pModeData->pfnRCBthInvalidatePage);
74 AssertMsgRCReturn(rc, ("%s -> rc=%Rrc\n", PGM_BTH_NAME_RC_STR(InvalidatePage), rc), rc);
75 rc = PDMR3LdrGetSymbolRC(pVM, NULL, PGM_BTH_NAME_RC_STR(SyncCR3), &pModeData->pfnRCBthSyncCR3);
76 AssertMsgRCReturn(rc, ("%s -> rc=%Rrc\n", PGM_BTH_NAME_RC_STR(SyncCR3), rc), rc);
77 rc = PDMR3LdrGetSymbolRC(pVM, NULL, PGM_BTH_NAME_RC_STR(PrefetchPage), &pModeData->pfnRCBthPrefetchPage);
78 AssertMsgRCReturn(rc, ("%s -> rc=%Rrc\n", PGM_BTH_NAME_RC_STR(PrefetchPage), rc), rc);
79 rc = PDMR3LdrGetSymbolRC(pVM, NULL, PGM_BTH_NAME_RC_STR(VerifyAccessSyncPage),&pModeData->pfnRCBthVerifyAccessSyncPage);
80 AssertMsgRCReturn(rc, ("%s -> rc=%Rrc\n", PGM_BTH_NAME_RC_STR(VerifyAccessSyncPag
[all...]
H A DPGM.cpp743 #define PGM_BTH_NAME_RC_STR(name) PGM_BTH_NAME_RC_32BIT_REAL_STR(name) macro
753 #undef PGM_BTH_NAME_RC_STR macro
766 #define PGM_BTH_NAME_RC_STR(name) PGM_BTH_NAME_RC_32BIT_PROT_STR(name) macro
776 #undef PGM_BTH_NAME_RC_STR macro
789 #define PGM_BTH_NAME_RC_STR(name) PGM_BTH_NAME_RC_32BIT_32BIT_STR(name) macro
801 #undef PGM_BTH_NAME_RC_STR macro
830 #define PGM_BTH_NAME_RC_STR(name) PGM_BTH_NAME_RC_PAE_REAL_STR(name) macro
839 #undef PGM_BTH_NAME_RC_STR macro
852 #define PGM_BTH_NAME_RC_STR(name) PGM_BTH_NAME_RC_PAE_PROT_STR(name) macro
861 #undef PGM_BTH_NAME_RC_STR macro
874 #define PGM_BTH_NAME_RC_STR macro
885 #undef PGM_BTH_NAME_RC_STR macro
898 #define PGM_BTH_NAME_RC_STR macro
910 #undef PGM_BTH_NAME_RC_STR macro
939 # define PGM_BTH_NAME_RC_STR macro
951 # undef PGM_BTH_NAME_RC_STR macro
980 #define PGM_BTH_NAME_RC_STR macro
987 #undef PGM_BTH_NAME_RC_STR macro
1000 #define PGM_BTH_NAME_RC_STR macro
1007 #undef PGM_BTH_NAME_RC_STR macro
1020 #define PGM_BTH_NAME_RC_STR macro
1029 #undef PGM_BTH_NAME_RC_STR macro
1042 #define PGM_BTH_NAME_RC_STR macro
1051 #undef PGM_BTH_NAME_RC_STR macro
1065 # define PGM_BTH_NAME_RC_STR macro
1074 # undef PGM_BTH_NAME_RC_STR macro
1103 #define PGM_BTH_NAME_RC_STR macro
1110 #undef PGM_BTH_NAME_RC_STR macro
1123 #define PGM_BTH_NAME_RC_STR macro
1130 #undef PGM_BTH_NAME_RC_STR macro
1143 #define PGM_BTH_NAME_RC_STR macro
1152 #undef PGM_BTH_NAME_RC_STR macro
1165 #define PGM_BTH_NAME_RC_STR macro
1174 #undef PGM_BTH_NAME_RC_STR macro
1188 # define PGM_BTH_NAME_RC_STR macro
1197 # undef PGM_BTH_NAME_RC_STR macro
[all...]

Completed in 77 milliseconds