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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h723 * @param uNewPC The new program counter (RIP) value (loaded from the
727 IEM_CIMPL_DEF_1(iemCImpl_call_16, uint16_t, uNewPC)
731 if (uNewPC > pCtx->cs.u32Limit)
738 pCtx->rip = uNewPC;
753 uint16_t uNewPC = uOldPC + offDisp; local
754 if (uNewPC > pCtx->cs.u32Limit)
761 pCtx->rip = uNewPC;
770 * @param uNewPC The new program counter (RIP) value (loaded from the
774 IEM_CIMPL_DEF_1(iemCImpl_call_32, uint32_t, uNewPC)
778 if (uNewPC > pCt
817 uint32_t uNewPC = uOldPC + offDisp; local
864 uint64_t uNewPC = uOldPC + offDisp; local
[all...]

Completed in 49 milliseconds