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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibMisc.cpp39 * @param fOr The OR mask.
42 VBGLR3DECL(int) VbglR3CtlFilterMask(uint32_t fOr, uint32_t fNot) argument
45 Info.u32OrMask = fOr;
55 * @param fOr Capabilities which have been added.
60 VBGLR3DECL(int) VbglR3SetGuestCaps(uint32_t fOr, uint32_t fNot) argument
63 Info.u32OrMask = fOr;
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp2107 * @param fOr The CR4 OR mask.
2110 VMMR3DECL(int) CPUMR3SetCR4Feature(PVM pVM, RTHCUINTREG fOr, RTHCUINTREG fAnd) argument
2112 AssertMsgReturn(!(fOr & ~(X86_CR4_TSD)), ("%#x\n", fOr), VERR_INVALID_PARAMETER);
2116 pVM->cpum.s.CR4.OrMask |= fOr;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp132 static int VBoxAcquireGuestCaps(uint32_t fOr, uint32_t fNot, bool fCfg);
1590 static int VBoxAcquireGuestCaps(uint32_t fOr, uint32_t fNot, bool fCfg) argument
1594 Log(("VBoxAcquireGuestCaps or(0x%x), not(0x%x), cfx(%d)\n", fOr, fNot, fCfg));
1597 Info.u32OrMask = fOr;

Completed in 53 milliseconds