Searched defs:uValue (Results 51 - 52 of 52) sorted by relevance

123

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp3516 * @param uValue The value to push.
3518 static int rtDwarfLoc_Push(PRTDWARFLOCST pLoc, uint64_t uValue) argument
3522 pLoc->auStack[iTop] = uValue;
/vbox/include/VBox/vmm/
H A Dcpum.h354 /** Return the CPUMMSRRANGE::uValue. */
357 * CPUMMSRRANGE::uValue. Must be used in pair with
629 * CPUMMSRRANGE::uValue. Must be used in pair with
863 uint64_t uValue; member in struct:CPUMMSRRANGE
1054 VMMDECL(VBOXSTRICTRC) CPUMSetGuestMsr(PVMCPU pVCpu, uint32_t idMsr, uint64_t uValue);
1100 VMMR0_INT_DECL(void) CPUMR0SetGuestTscAux(PVMCPU pVCpu, uint64_t uValue);

Completed in 69 milliseconds

123