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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp6043 * @param pu64BaseAddr Where to return the base address to use for the
6047 static VBOXSTRICTRC iemMemSegCheckWriteAccessEx(PIEMCPU pIemCpu, PCCPUMSELREGHID pHid, uint8_t iSegReg, uint64_t *pu64BaseAddr) argument
6050 *pu64BaseAddr = iSegReg < X86_SREG_FS ? 0 : pHid->u64Base;
6060 *pu64BaseAddr = pHid->u64Base;
6075 * @param pu64BaseAddr Where to return the base address to use for the
6079 static VBOXSTRICTRC iemMemSegCheckReadAccessEx(PIEMCPU pIemCpu, PCCPUMSELREGHID pHid, uint8_t iSegReg, uint64_t *pu64BaseAddr) argument
6082 *pu64BaseAddr = iSegReg < X86_SREG_FS ? 0 : pHid->u64Base;
6090 *pu64BaseAddr = pHid->u64Base;

Completed in 86 milliseconds