Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c469 kcb->prev_kprobe.saved_flags = kcb->kprobe_saved_flags; in save_previous_kprobe()
478 kcb->kprobe_saved_flags = kcb->prev_kprobe.saved_flags; in restore_previous_kprobe()
486 kcb->kprobe_saved_flags = kcb->kprobe_old_flags in set_current_kprobe()
489 kcb->kprobe_saved_flags &= ~X86_EFLAGS_IF; in set_current_kprobe()
917 regs->flags |= kcb->kprobe_saved_flags; in kprobe_debug_handler()
/linux-4.4.14/arch/x86/include/asm/
Dkprobes.h108 unsigned long kprobe_saved_flags; member