Searched refs:VBOX_IDTE_TYPE1 (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/VMM/VMMR0/ |
H A D | TRPMR0.cpp | 83 AssertMsgReturnVoid( pIdte->Gen.u3Type1 == VBOX_IDTE_TYPE1
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | TRPM.cpp | 138 #define IDTE_TRAP(enm) { (unsigned)enm, 0, 0, VBOX_IDTE_TYPE1, VBOX_IDTE_TYPE2_INT_32, 0, 1, 0 } 142 #define IDTE_INT(enm) { (unsigned)enm, 0, 0, VBOX_IDTE_TYPE1, VBOX_IDTE_TYPE2_INT_32, 0, 1, 0 } 146 #define IDTE_TASK(enm) { (unsigned)enm, 0, 0, VBOX_IDTE_TYPE1, VBOX_IDTE_TYPE2_TASK, 0, 1, 0 }
|
/vbox/include/VBox/ |
H A D | types.h | 541 #define VBOX_IDTE_TYPE1 0 macro
|
Completed in 57 milliseconds