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

/vbox/src/VBox/VMM/include/
H A DCSAMInternal.h248 * @param pBranchInstrGC GC pointer of branch instruction
250 inline RTRCPTR CSAMResolveBranch(PDISCPUSTATE pCpu, RTRCPTR pBranchInstrGC) argument
273 return (RTRCPTR)((uint8_t *)pBranchInstrGC + pCpu->cbInstr + disp);
275 return pBranchInstrGC + pCpu->cbInstr + disp;
H A DPATMInternal.h658 * @param pBranchInstrGC GC pointer of branch instruction
660 DECLINLINE(RTRCPTR) PATMResolveBranch(PDISCPUSTATE pCpu, RTRCPTR pBranchInstrGC) argument
683 return (RTRCPTR)((uint8_t *)pBranchInstrGC + pCpu->cbInstr + disp);
685 return pBranchInstrGC + pCpu->cbInstr + disp;

Completed in 78 milliseconds