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

/vbox/src/VBox/VMM/VMMRZ/
H A DDBGFRZ.cpp46 VMMRZ_INT_DECL(int) DBGFRZTrap01Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, RTGCUINTREG uDr6, bool fAltStepping)
114 VMMRZ_INT_DECL(int) DBGFRZTrap03Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame)
/vbox/include/VBox/
H A Dcdefs.h416 /** @def VMMRZ_INT_DECL
421 # define VMMRZ_INT_DECL(type) DECLHIDDEN(type) VBOXCALL macro
423 # define VMMRZ_INT_DECL(type) DECL_INVALID(type) macro
/vbox/include/VBox/vmm/
H A Ddbgf.h49 VMMRZ_INT_DECL(int) DBGFRZTrap01Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, RTGCUINTREG uDr6, bool fAltStepping);
50 VMMRZ_INT_DECL(int) DBGFRZTrap03Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame);

Completed in 59 milliseconds