Searched defs:hook (Results 1 – 6 of 6) sorted by relevance
179 void register_user_step_hook(struct step_hook *hook) in register_user_step_hook()184 void unregister_user_step_hook(struct step_hook *hook) in unregister_user_step_hook()189 void register_kernel_step_hook(struct step_hook *hook) in register_kernel_step_hook()194 void unregister_kernel_step_hook(struct step_hook *hook) in unregister_kernel_step_hook()207 struct step_hook *hook; in call_step_hook() local283 void register_user_break_hook(struct break_hook *hook) in register_user_break_hook()288 void unregister_user_break_hook(struct break_hook *hook) in unregister_user_break_hook()293 void register_kernel_break_hook(struct break_hook *hook) in register_kernel_break_hook()298 void unregister_kernel_break_hook(struct break_hook *hook) in unregister_kernel_break_hook()305 struct break_hook *hook; in call_break_hook() local
286 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()295 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()306 struct undef_hook *hook; in call_undef_hook() local681 const struct sys64_hook *hook, *hook_base; in do_cp15instr() local721 const struct sys64_hook *hook; in do_sysinstr() local
66 struct undef_hook *hook; in register_emulation_hooks() local78 struct undef_hook *hook; in remove_emulation_hooks() local
69 static int ftrace_check_current_nop(unsigned long hook) in ftrace_check_current_nop()89 static int ftrace_modify_code(unsigned long hook, unsigned long target, in ftrace_modify_code()
404 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()413 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()425 struct undef_hook *hook; in call_undef_hook() local
725 int (*hook)(struct kvm_vcpu *vcpu); member