Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/
A Dtraps.h10 struct undef_hook { struct
19 void register_undef_hook(struct undef_hook *hook); argument
20 void unregister_undef_hook(struct undef_hook *hook);
/linux-6.3-rc2/arch/arm/kernel/
A 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 = {
A Dtraps.c413 static LIST_HEAD(undef_hook);
416 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
421 list_add(&hook->node, &undef_hook); in register_undef_hook()
425 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
437 struct undef_hook *hook; in call_undef_hook()
442 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
711 static struct undef_hook arm_mrc_hook = {
A 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 = {
A Dswp_emulate.c230 static struct undef_hook swp_hook = {
A Dtcm.c245 static struct undef_hook tcm_hook __initdata = {
A Dhw_breakpoint.c954 static struct undef_hook debug_oslsr_hook = {
979 static struct undef_hook debug_reg_hook = {
/linux-6.3-rc2/arch/arm/probes/uprobes/
A Dcore.c204 static struct undef_hook uprobes_arm_break_hook = {
212 static struct undef_hook uprobes_arm_ss_hook = {
/linux-6.3-rc2/arch/arm/probes/kprobes/
A 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.3-rc2/arch/arm/vfp/
A Dvfpmodule.c672 static struct undef_hook vfp_kmode_exception_hook[] = {{
767 static struct undef_hook vfp_detect_hook __initdata = {

Completed in 15 milliseconds