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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1612 #define IS_SKIP_INSTR(szInstr) \ macro
1617 if (IS_SKIP_INSTR("U8"))
1619 else if (IS_SKIP_INSTR("U16"))
1621 else if (IS_SKIP_INSTR("U32"))
1623 else if (IS_SKIP_INSTR("U64"))
1625 else if (IS_SKIP_INSTR("RCPTR"))
1627 else if (IS_SKIP_INSTR("R3PTR"))
1629 else if (IS_SKIP_INSTR("R0PTR"))
1631 else if (IS_SKIP_INSTR("HCPHYS"))
1633 else if (IS_SKIP_INSTR("GCPHY
1641 #undef IS_SKIP_INSTR macro
[all...]

Completed in 36 milliseconds