Searched refs:iemRaiseGeneralProtectionFaultBySelector (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h901 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uSel & X86_SEL_MASK_OFF_RPL);
942 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uSel & X86_SEL_MASK_OFF_RPL);
961 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uSel & X86_SEL_MASK_OFF_RPL);
973 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uSel & X86_SEL_MASK_OFF_RPL);
1040 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uSel);
1064 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uNewCS);
1076 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uNewCS);
1085 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uNewCS);
1096 return iemRaiseGeneralProtectionFaultBySelector(pIemCpu, uNewCS & X86_SEL_MASK_OFF_RPL);
1106 return iemRaiseGeneralProtectionFaultBySelector(pIemCp
[all...]
H A DIEMAll.cpp689 static VBOXSTRICTRC iemRaiseGeneralProtectionFaultBySelector(PIEMCPU pIemCpu, RTSEL uSel);
4092 DECL_NO_INLINE(static, VBOXSTRICTRC) iemRaiseGeneralProtectionFaultBySelector(PIEMCPU pIemCpu, RTSEL Sel) function

Completed in 83 milliseconds