undef_hook         19 arch/arm/include/asm/traps.h void register_undef_hook(struct undef_hook *hook);
undef_hook         20 arch/arm/include/asm/traps.h void unregister_undef_hook(struct undef_hook *hook);
undef_hook        898 arch/arm/kernel/hw_breakpoint.c static struct undef_hook debug_reg_hook = {
undef_hook        157 arch/arm/kernel/kgdb.c static struct undef_hook kgdb_brkpt_hook = {
undef_hook        165 arch/arm/kernel/kgdb.c static struct undef_hook kgdb_compiled_brkpt_hook = {
undef_hook        213 arch/arm/kernel/ptrace.c static struct undef_hook arm_break_hook = {
undef_hook        221 arch/arm/kernel/ptrace.c static struct undef_hook thumb_break_hook = {
undef_hook        229 arch/arm/kernel/ptrace.c static struct undef_hook thumb2_break_hook = {
undef_hook        229 arch/arm/kernel/swp_emulate.c static struct undef_hook swp_hook = {
undef_hook        244 arch/arm/kernel/tcm.c static struct undef_hook tcm_hook __initdata = {
undef_hook        398 arch/arm/kernel/traps.c static LIST_HEAD(undef_hook);
undef_hook        401 arch/arm/kernel/traps.c void register_undef_hook(struct undef_hook *hook)
undef_hook        406 arch/arm/kernel/traps.c 	list_add(&hook->node, &undef_hook);
undef_hook        410 arch/arm/kernel/traps.c void unregister_undef_hook(struct undef_hook *hook)
undef_hook        422 arch/arm/kernel/traps.c 	struct undef_hook *hook;
undef_hook        427 arch/arm/kernel/traps.c 	list_for_each_entry(hook, &undef_hook, node)
undef_hook        696 arch/arm/kernel/traps.c static struct undef_hook arm_mrc_hook = {
undef_hook         27 arch/arm/mach-iop32x/cp6.c static struct undef_hook cp6_hook = {
undef_hook        509 arch/arm/probes/kprobes/core.c static struct undef_hook kprobes_thumb16_break_hook = {
undef_hook        517 arch/arm/probes/kprobes/core.c static struct undef_hook kprobes_thumb32_break_hook = {
undef_hook        527 arch/arm/probes/kprobes/core.c static struct undef_hook kprobes_arm_break_hook = {
undef_hook        204 arch/arm/probes/uprobes/core.c static struct undef_hook uprobes_arm_break_hook = {
undef_hook        212 arch/arm/probes/uprobes/core.c static struct undef_hook uprobes_arm_ss_hook = {
undef_hook         25 arch/arm64/include/asm/traps.h void register_undef_hook(struct undef_hook *hook);
undef_hook         26 arch/arm64/include/asm/traps.h void unregister_undef_hook(struct undef_hook *hook);
undef_hook         47 arch/arm64/kernel/armv8_deprecated.c 	struct undef_hook	*hooks;
undef_hook         65 arch/arm64/kernel/armv8_deprecated.c 	struct undef_hook *hook;
undef_hook         77 arch/arm64/kernel/armv8_deprecated.c 	struct undef_hook *hook;
undef_hook        442 arch/arm64/kernel/armv8_deprecated.c static struct undef_hook swp_hooks[] = {
undef_hook        522 arch/arm64/kernel/armv8_deprecated.c static struct undef_hook cp15_barrier_hooks[] = {
undef_hook        594 arch/arm64/kernel/armv8_deprecated.c static struct undef_hook setend_hooks[] = {
undef_hook       1194 arch/arm64/kernel/cpufeature.c static struct undef_hook ssbs_emulation_hook = {
undef_hook       2209 arch/arm64/kernel/cpufeature.c static struct undef_hook mrs_hook = {
undef_hook        283 arch/arm64/kernel/traps.c static LIST_HEAD(undef_hook);
undef_hook        286 arch/arm64/kernel/traps.c void register_undef_hook(struct undef_hook *hook)
undef_hook        291 arch/arm64/kernel/traps.c 	list_add(&hook->node, &undef_hook);
undef_hook        295 arch/arm64/kernel/traps.c void unregister_undef_hook(struct undef_hook *hook)
undef_hook        306 arch/arm64/kernel/traps.c 	struct undef_hook *hook;
undef_hook        340 arch/arm64/kernel/traps.c 	list_for_each_entry(hook, &undef_hook, node)