Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dkprobes.h111 unsigned long kprobe_saved_flags; member
/linux-6.3-rc2/arch/x86/kernel/kprobes/
A Dcore.c768 kcb->prev_kprobe.saved_flags = kcb->kprobe_saved_flags; in save_previous_kprobe()
777 kcb->kprobe_saved_flags = kcb->prev_kprobe.saved_flags; in restore_previous_kprobe()
785 kcb->kprobe_saved_flags = kcb->kprobe_old_flags in set_current_kprobe()
873 regs->flags |= kcb->kprobe_saved_flags; in resume_singlestep()

Completed in 4 milliseconds