Home
last modified time | relevance | path

Searched refs:__IA64_BREAK_KPROBE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/ia64/include/uapi/asm/
Dbreak.h15 #define __IA64_BREAK_KPROBE 0x81000 /* .. 0x81fff */ macro
/linux-4.1.27/arch/ia64/include/asm/
Dkprobes.h33 #define BREAK_INST (long)(__IA64_BREAK_KPROBE << 6)
/linux-4.1.27/arch/ia64/kernel/
Dkprobes.c994 if ((args->err >> 12) == (__IA64_BREAK_KPROBE >> 12) in kprobe_exceptions_notify()