Searched refs:step_hook (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Ddebug-monitors.h65 struct step_hook { struct
70 void register_user_step_hook(struct step_hook *hook);
71 void unregister_user_step_hook(struct step_hook *hook);
73 void register_kernel_step_hook(struct step_hook *hook);
74 void unregister_kernel_step_hook(struct step_hook *hook);
/linux-master/arch/arm64/kernel/
H A Ddebug-monitors.c179 void register_user_step_hook(struct step_hook *hook)
184 void unregister_user_step_hook(struct step_hook *hook)
189 void register_kernel_step_hook(struct step_hook *hook)
194 void unregister_kernel_step_hook(struct step_hook *hook)
207 struct step_hook *hook;
H A Dkgdb.c273 static struct step_hook kgdb_step_hook = {
/linux-master/arch/arm64/kernel/probes/
H A Duprobes.c196 static struct step_hook uprobes_step_hook = {

Completed in 148 milliseconds