Home
last modified time | relevance | path

Searched refs:undef_hook (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/arch/arm/include/asm/
Dtraps.h11 struct undef_hook { struct
20 void register_undef_hook(struct undef_hook *hook); argument
21 void unregister_undef_hook(struct undef_hook *hook);
Dthread_info.h112 static struct undef_hook iwmmxt_undef_hook = { in register_iwmmxt_undef_handler()
/linux-6.12.1/arch/arm/kernel/
Dkgdb.c157 static struct undef_hook kgdb_brkpt_arm_hook = {
165 static struct undef_hook kgdb_brkpt_thumb_hook = {
173 static struct undef_hook kgdb_compiled_brkpt_arm_hook = {
181 static struct undef_hook kgdb_compiled_brkpt_thumb_hook = {
Dtraps.c414 static LIST_HEAD(undef_hook);
417 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
422 list_add(&hook->node, &undef_hook); in register_undef_hook()
426 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
438 struct undef_hook *hook; in call_undef_hook()
443 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
715 static struct undef_hook arm_mrc_hook = {
Dptrace.c212 static struct undef_hook arm_break_hook = {
220 static struct undef_hook thumb_break_hook = {
228 static struct undef_hook thumb2_break_hook = {
Dswp_emulate.c230 static struct undef_hook swp_hook = {
Dtcm.c245 static struct undef_hook tcm_hook __initdata = {
Dhw_breakpoint.c989 static struct undef_hook debug_oslsr_hook = {
1014 static struct undef_hook debug_reg_hook = {
/linux-6.12.1/arch/arm/probes/kprobes/
Dcore.c437 static struct undef_hook kprobes_thumb16_break_hook = {
445 static struct undef_hook kprobes_thumb32_break_hook = {
455 static struct undef_hook kprobes_arm_break_hook = {
/linux-6.12.1/arch/arm/probes/uprobes/
Dcore.c204 static struct undef_hook uprobes_arm_break_hook = {
212 static struct undef_hook uprobes_arm_ss_hook = {
/linux-6.12.1/arch/arm/vfp/
Dvfpmodule.c779 static struct undef_hook neon_support_hook[] = {{
823 static struct undef_hook vfp_support_hook = {
884 static struct undef_hook vfp_detect_hook __initdata = {