Home
last modified time | relevance | path

Searched refs:X86_EFLAGS_PF (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dx86-defns.h9 #define X86_EFLAGS_PF 0x00000004 /* Parity Flag */ macro
27 (X86_EFLAGS_CF | X86_EFLAGS_PF | X86_EFLAGS_AF | \
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dtest_x86_emulator.c717 bcdres_native |= (regs.eflags & X86_EFLAGS_PF) ? 0x1000 : 0; in main()
730 bcdres_emul |= (regs.eflags & X86_EFLAGS_PF) ? 0x1000 : 0; in main()
2636 regs.eflags = X86_EFLAGS_PF | X86_EFLAGS_AF | in main()
2660 regs.eflags = X86_EFLAGS_PF | X86_EFLAGS_AF | in main()
2685 regs.eflags = X86_EFLAGS_CF | X86_EFLAGS_PF | X86_EFLAGS_AF | in main()
2709 regs.eflags = X86_EFLAGS_PF | X86_EFLAGS_AF | X86_EFLAGS_IF; in main()
2753 regs.eflags = X86_EFLAGS_PF | X86_EFLAGS_AF | X86_EFLAGS_SF | in main()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c690 X86_EFLAGS_AF | X86_EFLAGS_PF | X86_EFLAGS_CF)
1196 : [mask] "i" (X86_EFLAGS_ZF|X86_EFLAGS_PF|X86_EFLAGS_CF)); \
1408 rc |= (flags & X86_EFLAGS_PF); in test_cc()
3289 X86_EFLAGS_ZF | X86_EFLAGS_PF); in x86_emulate()
3304 _regs.eflags |= even_parity(_regs.al) ? X86_EFLAGS_PF : 0; in x86_emulate()
4077 _regs.eflags &= ~(X86_EFLAGS_SF | X86_EFLAGS_ZF | X86_EFLAGS_PF); in x86_emulate()
4080 _regs.eflags |= even_parity(_regs.al) ? X86_EFLAGS_PF : 0; in x86_emulate()
6458 X86_EFLAGS_PF | X86_EFLAGS_CF); in x86_emulate()
6465 _regs.eflags |= even_parity(dst.val) ? X86_EFLAGS_PF : 0; in x86_emulate()

Completed in 20 milliseconds