Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dkprobes.h106 unsigned long kprobe_old_flags; member
/linux-2.6.39/arch/x86/kernel/
Dkprobes.c400 kcb->prev_kprobe.old_flags = kcb->kprobe_old_flags; in save_previous_kprobe()
408 kcb->kprobe_old_flags = kcb->prev_kprobe.old_flags; in restore_previous_kprobe()
416 kcb->kprobe_saved_flags = kcb->kprobe_old_flags in set_current_kprobe()
831 *tos |= kcb->kprobe_old_flags; in resume_execution()
949 regs->flags |= kcb->kprobe_old_flags; in kprobe_fault_handler()