Home
last modified time | relevance | path

Searched refs:saved_tf (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Duprobes.c579 utask->autask.saved_tf = true; in default_post_xol_op()
837 utask->autask.saved_tf = !!(regs->flags & X86_EFLAGS_TF); in arch_uprobe_pre_xol()
873 bool send_sigtrap = utask->autask.saved_tf; in arch_uprobe_post_xol()
901 if (!utask->autask.saved_tf) in arch_uprobe_post_xol()
951 if (!utask->autask.saved_tf) in arch_uprobe_abort_xol()
/linux-4.1.27/arch/x86/include/asm/
Duprobes.h64 unsigned int saved_tf; member