Home
last modified time | relevance | path

Searched refs:sh_ubc (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/sh/kernel/
Dhw_breakpoint.c35 static struct sh_ubc ubc_dummy = { .num_events = 0 };
37 static struct sh_ubc *sh_ubc __read_mostly = &ubc_dummy;
52 for (i = 0; i < sh_ubc->num_events; i++) { in arch_install_hw_breakpoint()
61 if (WARN_ONCE(i == sh_ubc->num_events, "Can't find any breakpoint slot")) in arch_install_hw_breakpoint()
64 clk_enable(sh_ubc->clk); in arch_install_hw_breakpoint()
65 sh_ubc->enable(info, i); in arch_install_hw_breakpoint()
84 for (i = 0; i < sh_ubc->num_events; i++) { in arch_uninstall_hw_breakpoint()
93 if (WARN_ONCE(i == sh_ubc->num_events, "Can't find any breakpoint slot")) in arch_uninstall_hw_breakpoint()
96 sh_ubc->disable(info, i); in arch_uninstall_hw_breakpoint()
97 clk_disable(sh_ubc->clk); in arch_uninstall_hw_breakpoint()
[all …]
/linux-5.19.10/arch/sh/include/asm/
Dhw_breakpoint.h29 struct sh_ubc { struct
69 extern int register_sh_ubc(struct sh_ubc *);
/linux-5.19.10/arch/sh/kernel/cpu/sh4a/
Dubc.c30 static struct sh_ubc sh4a_ubc;
85 static struct sh_ubc sh4a_ubc = {