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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp7547 bool const fBlockInt = !(pMixedCtx->eflags.u32 & X86_EFL_IF); local
7548 if ( !fBlockInt
7642 bool const fBlockInt = !(pMixedCtx->eflags.u32 & X86_EFL_IF); local
7643 Assert(!fBlockInt);

Completed in 83 milliseconds