Symbol: undef_hook
arch/arm/include/asm/thread_info.h
112
static struct undef_hook iwmmxt_undef_hook = {
arch/arm/include/asm/traps.h
20
void register_undef_hook(struct undef_hook *hook);
arch/arm/include/asm/traps.h
21
void unregister_undef_hook(struct undef_hook *hook);
arch/arm/kernel/hw_breakpoint.c
1014
static struct undef_hook debug_reg_hook = {
arch/arm/kernel/hw_breakpoint.c
989
static struct undef_hook debug_oslsr_hook = {
arch/arm/kernel/kgdb.c
157
static struct undef_hook kgdb_brkpt_arm_hook = {
arch/arm/kernel/kgdb.c
165
static struct undef_hook kgdb_brkpt_thumb_hook = {
arch/arm/kernel/kgdb.c
173
static struct undef_hook kgdb_compiled_brkpt_arm_hook = {
arch/arm/kernel/kgdb.c
181
static struct undef_hook kgdb_compiled_brkpt_thumb_hook = {
arch/arm/kernel/ptrace.c
212
static struct undef_hook arm_break_hook = {
arch/arm/kernel/ptrace.c
220
static struct undef_hook thumb_break_hook = {
arch/arm/kernel/ptrace.c
228
static struct undef_hook thumb2_break_hook = {
arch/arm/kernel/swp_emulate.c
230
static struct undef_hook swp_hook = {
arch/arm/kernel/tcm.c
245
static struct undef_hook tcm_hook __initdata = {
arch/arm/kernel/traps.c
407
static LIST_HEAD(undef_hook);
arch/arm/kernel/traps.c
410
void register_undef_hook(struct undef_hook *hook)
arch/arm/kernel/traps.c
415
list_add(&hook->node, &undef_hook);
arch/arm/kernel/traps.c
419
void unregister_undef_hook(struct undef_hook *hook)
arch/arm/kernel/traps.c
431
struct undef_hook *hook;
arch/arm/kernel/traps.c
436
list_for_each_entry(hook, &undef_hook, node)
arch/arm/kernel/traps.c
708
static struct undef_hook arm_mrc_hook = {
arch/arm/probes/kprobes/core.c
437
static struct undef_hook kprobes_thumb16_break_hook = {
arch/arm/probes/kprobes/core.c
445
static struct undef_hook kprobes_thumb32_break_hook = {
arch/arm/probes/kprobes/core.c
455
static struct undef_hook kprobes_arm_break_hook = {
arch/arm/probes/uprobes/core.c
204
static struct undef_hook uprobes_arm_break_hook = {
arch/arm/probes/uprobes/core.c
212
static struct undef_hook uprobes_arm_ss_hook = {
arch/arm/vfp/vfpmodule.c
811
static struct undef_hook neon_support_hook[] = {{
arch/arm/vfp/vfpmodule.c
855
static struct undef_hook vfp_support_hook = {
arch/arm/vfp/vfpmodule.c
917
static struct undef_hook vfp_detect_hook __initdata = {