Searched refs:X86_EFL_1 (Results 1 - 10 of 10) sorted by relevance

/vbox/include/VBox/vmm/
H A Dhm_vmx.h864 #define VMX_EFLAGS_RESERVED_0 (X86_EFL_1 | X86_EFL_LIVE_MASK)
866 #define VMX_EFLAGS_RESERVED_1 X86_EFL_1
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h2741 uNewFlags |= Efl.u & (X86_EFL_VM | X86_EFL_VIF | X86_EFL_VIP | X86_EFL_1);
2753 uNewFlags |= Efl.u & ((UINT32_C(0xffff0000) | X86_EFL_1) & ~X86_EFL_RF);
2810 Assert(uNewFlags & X86_EFL_1);
3685 pCtx->rflags.u |= X86_EFL_1;
3793 pCtx->rflags.u |= X86_EFL_1;
H A DCPUMAllRegs.cpp306 pVCpu->cpum.s.Hyper.eflags.u = X86_EFL_1;
H A DIEMAll.cpp8295 do { (pIemCpu)->CTX_SUFF(pCtx)->eflags.u = (a_EFlags); Assert((pIemCpu)->CTX_SUFF(pCtx)->eflags.u & X86_EFL_1); } while (0)
H A DIEMAllInstructions.cpp.h10571 IEM_MC_OR_LOCAL_U32(u32Flags, X86_EFL_1);
/vbox/include/iprt/
H A Dx86.h166 #define X86_EFL_1 RT_BIT(1) macro
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py143 X86_EFL_1 = RT_BIT_32(1); variable
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp250 pThis->InTemplateCtx.rfl = X86_EFL_1 | X86_EFL_ID | X86_EFL_IF;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp2703 *pfEFlags = X86_EFL_IF | X86_EFL_1; /* should shut up most nagging compilers. */
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3669 /** @todo r=bird: There shall be no need to OR in X86_EFL_1 here, nor
3675 Assert(!(Eflags.u32 & ~(X86_EFL_1 | X86_EFL_LIVE_MASK)));
12145 pMixedCtx->eflags.u32 = (pMixedCtx->eflags.u32 & ((UINT32_C(0xffff0000) | X86_EFL_1) & ~X86_EFL_RF))

Completed in 1589 milliseconds