Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Duprobes.c569 utask->autask.saved_tf = true; in default_post_xol_op()
930 utask->autask.saved_tf = !!(regs->flags & X86_EFLAGS_TF); in arch_uprobe_pre_xol()
966 bool send_sigtrap = utask->autask.saved_tf; in arch_uprobe_post_xol()
994 if (!utask->autask.saved_tf) in arch_uprobe_post_xol()
1046 if (!utask->autask.saved_tf) in arch_uprobe_abort_xol()
/openbmc/linux/arch/x86/include/asm/
H A Duprobes.h55 unsigned int saved_tf; member