Home
last modified time | relevance | path

Searched refs:X86_EFLAGS_TF (Results 1 – 14 of 14) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dgdbstub.c71 regs->eflags &= ~X86_EFLAGS_TF; in gdb_arch_resume()
78 regs->eflags |= X86_EFLAGS_TF; in gdb_arch_resume()
A Dtraps.c1761 if ( regs->eflags & X86_EFLAGS_TF ) in do_debug()
1768 regs->eflags &= ~X86_EFLAGS_TF; in do_debug()
1774 regs->eflags &= ~X86_EFLAGS_TF; in do_debug()
A Ddomain.c1396 X86_EFLAGS_IOPL|X86_EFLAGS_TF); in load_segments()
1435 X86_EFLAGS_NT|X86_EFLAGS_IOPL|X86_EFLAGS_TF); in load_segments()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dx86-defns.h13 #define X86_EFLAGS_TF 0x00000100 /* Trap Flag */ macro
A Dprocessor.h98 X86_EFLAGS_TF)
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demulate.c83 if ( regs->eflags & X86_EFLAGS_TF ) in pv_emul_instruction_done()
A Diret.c173 X86_EFLAGS_NT|X86_EFLAGS_TF); in compat_iret()
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/
A Dxg_main.c58 #define X86_EFLAGS_TF 0x00000100 /* Trap Flag */ macro
394 anyc.ctxt32.user_regs.eflags |= X86_EFLAGS_TF; in _change_TF()
396 anyc.ctxt32.user_regs.eflags &= ~X86_EFLAGS_TF; in _change_TF()
399 anyc.ctxt64.user_regs.rflags |= X86_EFLAGS_TF; in _change_TF()
401 anyc.ctxt64.user_regs.rflags &= ~X86_EFLAGS_TF; in _change_TF()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Drealmode.c84 regs->eflags &= ~(X86_EFLAGS_TF | X86_EFLAGS_IF | X86_EFLAGS_RF); in realmode_deliver_exception()
A Dvmx.c1835 if ( guest_cpu_user_regs()->eflags & X86_EFLAGS_TF ) in vmx_inject_event()
1935 (v->arch.user_regs.eflags & X86_EFLAGS_TF) && in vmx_set_info_guest()
2551 if ( regs->eflags & X86_EFLAGS_TF ) in update_guest_eip()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dentry.S305 X86_EFLAGS_NT|X86_EFLAGS_TF),UREGS_eflags+8(%rsp)
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c698 X86_EFLAGS_IF | X86_EFLAGS_TF | EFLAGS_MASK)
987 singlestep = _regs.eflags & X86_EFLAGS_TF; \
1003 singlestep = _regs.eflags & X86_EFLAGS_TF; \
1238 if ( max_reps > 1 && (_regs.eflags & X86_EFLAGS_TF) && \
2994 bool singlestep = (_regs.eflags & X86_EFLAGS_TF) && in x86_emulate()
3687 singlestep = _regs.eflags & X86_EFLAGS_TF; in x86_emulate()
5380 singlestep = _regs.eflags & X86_EFLAGS_TF; in x86_emulate()
5802 singlestep = _regs.eflags & X86_EFLAGS_TF; in x86_emulate()
5841 singlestep = _regs.eflags & X86_EFLAGS_TF; in x86_emulate()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S345 X86_EFLAGS_NT|X86_EFLAGS_TF),UREGS_eflags+8(%rsp)
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c119 if ( regs->eflags & X86_EFLAGS_TF ) in __update_guest_eip()
1373 if ( regs->eflags & X86_EFLAGS_TF ) in svm_inject_event()

Completed in 41 milliseconds