Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 6 of 6) sorted by relevance

/arch/arm64/kernel/
Ddebug-monitors.c190 void register_step_hook(struct step_hook *hook) in register_step_hook()
197 void unregister_step_hook(struct step_hook *hook) in unregister_step_hook()
213 struct step_hook *hook; in call_step_hook() local
278 void register_break_hook(struct break_hook *hook) in register_break_hook()
285 void unregister_break_hook(struct break_hook *hook) in unregister_break_hook()
295 struct break_hook *hook; in call_break_hook() local
Dtraps.c331 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
340 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
351 struct undef_hook *hook; in call_undef_hook() local
Darmv8_deprecated.c69 struct undef_hook *hook; in register_emulation_hooks() local
81 struct undef_hook *hook; in remove_emulation_hooks() local
/arch/avr32/kernel/
Dtraps.c135 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
142 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
189 struct undef_hook *hook; in do_illegal_opcode() local
/arch/arm/kernel/
Dtraps.c381 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
390 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
402 struct undef_hook *hook; in call_undef_hook() local
/arch/blackfin/kernel/
Dipipe.c191 void (*hook)(void); in __ipipe_syscall_root() local