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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp2129 * @param puCpl Where to return the current privilege level (CPL).
2131 VMMR3DECL(uint32_t) CPUMR3RemEnter(PVMCPU pVCpu, uint32_t *puCpl) argument
2139 *puCpl = CPUMGetGuestCPL(pVCpu);

Completed in 36 milliseconds