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

/vbox/src/VBox/VMM/include/
H A DIEMInternal.h205 bool fBypassHandlers; member in struct:IEMCPU
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp764 * @param fBypassHandlers Whether to bypass access handlers.
766 DECLINLINE(void) iemInitExec(PIEMCPU pIemCpu, bool fBypassHandlers) argument
809 pIemCpu->fBypassHandlers = fBypassHandlers;
825 * @param fBypassHandlers Whether to bypass access handlers.
827 DECLINLINE(void) iemInitDecoder(PIEMCPU pIemCpu, bool fBypassHandlers) argument
879 pIemCpu->fBypassHandlers = fBypassHandlers;
911 * @param fBypassHandlers Whether to bypass access handlers.
913 static VBOXSTRICTRC iemInitDecoderAndPrefetchOpcodes(PIEMCPU pIemCpu, bool fBypassHandlers) argument
[all...]

Completed in 49 milliseconds