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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCpu.cpp78 * @param pfIn64BitCode Where to return the result.
80 static DECLCALLBACK(int) dbgfR3CpuIn64BitCode(PVM pVM, VMCPUID idCpu, bool *pfIn64BitCode) argument
84 *pfIn64BitCode = CPUMIsGuestIn64BitCode(pVCpu);

Completed in 66 milliseconds