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

/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c993 bool const fFaster = pReq->u.In.enmOp == SUPMSRPROBEROP_MODIFY_FASTER; local
1009 if (!fFaster)
1024 if (!fFaster)
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp1160 bool const fFaster = pReq->u.In.enmOp == SUPMSRPROBEROP_MODIFY_FASTER; local
1176 if (!fFaster)
1191 if (!fFaster)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp2150 return SUPR3MsrProberModifyEx(uMsr, idCpu, fAndMask, fOrMask, false /*fFaster*/, pResult);
2154 SUPR3DECL(int) SUPR3MsrProberModifyEx(uint32_t uMsr, RTCPUID idCpu, uint64_t fAndMask, uint64_t fOrMask, bool fFaster, argument
2165 Req.u.In.enmOp = fFaster ? SUPMSRPROBEROP_MODIFY_FASTER : SUPMSRPROBEROP_MODIFY;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2096 bool const fFaster = pReq->u.In.enmOp == SUPMSRPROBEROP_MODIFY_FASTER; local
2111 if (!fFaster)
2164 if (!fFaster)

Completed in 152 milliseconds