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

/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp1446 static int emUpdateCRx(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, uint32_t DestRegCrx, uint64_t val) function
1628 return emUpdateCRx(pVM, pVCpu, pRegFrame, DestRegCrx, val);
3355 return emUpdateCRx(pVM, pVCpu, pRegFrame, DISCREG_CR0, NewCr0);

Completed in 89 milliseconds