Searched refs:PCIRAWR0DECL (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmpci.h352 PCIRAWR0DECL(int) PciRawR0Init(void);
356 PCIRAWR0DECL(int) PciRawR0ProcessReq(PSUPDRVSESSION pSession, PVM pVM, PPCIRAWSENDREQ pReq);
360 PCIRAWR0DECL(void) PciRawR0Term(void);
365 PCIRAWR0DECL(int) PciRawR0InitVM(PVM pVM);
370 PCIRAWR0DECL(void) PciRawR0TermVM(PVM pVM);
/vbox/include/VBox/
H A Dcdefs.h169 /** @def PCIRAWR0DECL(type)
174 # define PCIRAWR0DECL(type) DECLEXPORT(type) VBOXCALL macro
176 # define PCIRAWR0DECL(type) DECLIMPORT(type) VBOXCALL macro
/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp146 PCIRAWR0DECL(int) PciRawR0Init(void)
161 PCIRAWR0DECL(void) PciRawR0Term(void)
172 PCIRAWR0DECL(int) PciRawR0InitVM(PVM pVM)
197 PCIRAWR0DECL(void) PciRawR0TermVM(PVM pVM)
928 PCIRAWR0DECL(int) PciRawR0ProcessReq(PSUPDRVSESSION pSession, PVM pVM, PPCIRAWSENDREQ pReq)

Completed in 58 milliseconds