Searched defs:iIDT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstMicroRC.cpp45 * @param iIDT The index of the IDT entry which should be hooked.
47 void idtInstall(PTSTMICRO pTst, int iIDT) argument
65 if (iIDT >= 0)
68 if ( iIDT == 8
69 || iIDT == 0xa
70 || iIDT == 0xb
71 || iIDT == 0xc
72 || iIDT == 0xd
73 || iIDT == 0xe
74 || iIDT
[all...]

Completed in 138 milliseconds