Home
last modified time | relevance | path

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

/Linux-v6.6/arch/ia64/include/uapi/asm/
Dbreak.h16 #define __IA64_BREAK_KPROBE 0x81000 /* .. 0x81fff */ macro
/Linux-v6.6/arch/ia64/include/asm/
Dkprobes.h16 #define BREAK_INST (long)(__IA64_BREAK_KPROBE << 6)
/Linux-v6.6/arch/ia64/kernel/
Dkprobes.c876 if ((args->err >> 12) == (__IA64_BREAK_KPROBE >> 12) in kprobe_exceptions_notify()