Searched refs:ASMIntDisableFlags (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxDebugLib.c70 SavedFlags = ASMIntDisableFlags();
102 SavedFlags = ASMIntDisableFlags();
159 RTCCUINTREG SavedFlags = ASMIntDisableFlags();
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibAll.cpp125 RTCCUINTREG uFlags = ASMIntDisableFlags();
136 RTCCUINTREG uFlags = ASMIntDisableFlags(); /* Are already disable, but play safe. */
212 RTCCUINTREG uFlags = ASMIntDisableFlags();
H A DSUPDrvGip.cpp775 fEFlags = ASMIntDisableFlags();
926 fEFlags = ASMIntDisableFlags();
988 RTCCUINTREG fEFlags = ASMIntDisableFlags();
1040 fEFlags = ASMIntDisableFlags();
1083 fEFlags = ASMIntDisableFlags();
2391 RTCCUINTREG fOldFlags = ASMIntDisableFlags(); /* No interruptions please (real problem on S10). */
2438 RTCCUINTREG fOldFlags = ASMIntDisableFlags(); /* No interruptions please (real problem on S10). */
2725 fEFlags = ASMIntDisableFlags();
4658 RTCCUINTREG fEFlags = ASMIntDisableFlags();
4710 RTCCUINTREG fEFlags = ASMIntDisableFlags();
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHack.cpp125 uint32_t fSaved = ASMIntDisableFlags();
177 uint32_t fSaved = ASMIntDisableFlags();
H A DVMMR0.cpp917 RTCCUINTREG uFlags = ASMIntDisableFlags();
1333 RTCCUINTREG fFlags = ASMIntDisableFlags();
H A DHMSVMR0.cpp342 RTCCUINTREG uEflags = ASMIntDisableFlags();
407 RTCCUINTREG uEflags = ASMIntDisableFlags();
1063 RTHCUINTREG uOldEFlags = ASMIntDisableFlags();
3027 pSvmTransient->uEflags = ASMIntDisableFlags();
H A DHMR0.cpp429 RTCCUINTREG fFlags = ASMIntDisableFlags();
H A DHMVMXR0.cpp777 RTCCUINTREG uEflags = ASMIntDisableFlags();
804 RTCCUINTREG uEflags = ASMIntDisableFlags();
5248 uOldEflags = ASMIntDisableFlags();
8638 pVmxTransient->uEflags = ASMIntDisableFlags();
/vbox/src/VBox/VMM/VMMRZ/
H A DVMMRZ.cpp132 RTCCUINTREG fFlags = ASMIntDisableFlags(); /* preemption consistency. */
166 RTCCUINTREG fFlags = ASMIntDisableFlags(); /* preemption consistency. */
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthreadpreempt-r0drv-darwin.cpp141 RTCCUINTREG fSavedFlags = ASMIntDisableFlags();
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dspinlock-r0drv-freebsd.c134 uint32_t fIntSaved = ASMIntDisableFlags();
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread-r0drv-nt.cpp121 RTCCUINTREG fSavedFlags = ASMIntDisableFlags();
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dspinlock-r0drv-solaris.c133 uint32_t fIntSaved = ASMIntDisableFlags();
H A Dinitterm-r0drv-solaris.c106 RTCCUINTREG uOldFlags = ASMIntDisableFlags();
/vbox/src/VBox/Devices/USB/testcase/
H A DtstOhciRegisterAccess.cpp116 RTCCUINTREG const fFlags = ASMIntDisableFlags();
285 RTCCUINTREG const fFlags = ASMIntDisableFlags();
400 RTCCUINTREG const fFlags = ASMIntDisableFlags();
/vbox/src/VBox/VMM/VMMAll/
H A DGIMAllKvm.cpp230 RTCCUINTREG fEFlags = ASMIntDisableFlags();
/vbox/src/VBox/Runtime/common/time/
H A Dtimesupref.h54 RTCCUINTREG const uFlags = ASMIntDisableFlags();
/vbox/src/VBox/Runtime/r0drv/generic/
H A Dsemspinmutex-r0drv-generic.c234 pState->fSavedFlags = ASMIntDisableFlags();
/vbox/include/iprt/
H A Dasm-amd64-x86.h1798 DECLASM(RTCCUINTREG) ASMIntDisableFlags(void);
1800 DECLINLINE(RTCCUINTREG) ASMIntDisableFlags(void) function
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c1007 fOldFlags = ASMIntDisableFlags();
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp1174 fOldFlags = ASMIntDisableFlags();
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2011 RTCCUINTREG fOldFlags = ASMIntDisableFlags();
2057 RTCCUINTREG fOldFlags = ASMIntDisableFlags();
2109 fOldFlags = ASMIntDisableFlags();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c133 #define dtrace_interrupt_disable() ASMIntDisableFlags()

Completed in 148 milliseconds