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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMHandler.cpp545 bool fHyper = fPhysical; local
551 fHyper = fAll || strstr(pszArgs, "hyper")!= NULL;
583 if (fHyper)
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp1721 static int dbgcCmdDumpDTWorker64(PDBGCCMDHLP pCmdHlp, PCX86DESC64 pDesc, unsigned iEntry, bool fHyper, bool *pfDblEntry) argument
1726 const char *pszHyper = fHyper ? " HYPER" : "";
1867 * @param fHyper Whether the selector belongs to the hypervisor or not.
1869 static int dbgcCmdDumpDTWorker32(PDBGCCMDHLP pCmdHlp, PCX86DESC pDesc, unsigned iEntry, bool fHyper) argument
1873 const char *pszHyper = fHyper ? " HYPER" : "";

Completed in 319 milliseconds