kprobe_saved_flags 100 arch/x86/include/asm/kprobes.h unsigned long kprobe_saved_flags; kprobe_saved_flags 522 arch/x86/kernel/kprobes/core.c kcb->prev_kprobe.saved_flags = kcb->kprobe_saved_flags; kprobe_saved_flags 531 arch/x86/kernel/kprobes/core.c kcb->kprobe_saved_flags = kcb->prev_kprobe.saved_flags; kprobe_saved_flags 539 arch/x86/kernel/kprobes/core.c kcb->kprobe_saved_flags = kcb->kprobe_old_flags kprobe_saved_flags 542 arch/x86/kernel/kprobes/core.c kcb->kprobe_saved_flags &= ~X86_EFLAGS_IF; kprobe_saved_flags 983 arch/x86/kernel/kprobes/core.c regs->flags |= kcb->kprobe_saved_flags;