Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dhw_breakpoint.c37 static struct sh_ubc *sh_ubc __read_mostly = &ubc_dummy;
64 clk_enable(sh_ubc->clk); in arch_install_hw_breakpoint()
65 sh_ubc->enable(info, i); in arch_install_hw_breakpoint()
96 sh_ubc->disable(info, i); in arch_uninstall_hw_breakpoint()
97 clk_disable(sh_ubc->clk); in arch_uninstall_hw_breakpoint()
282 cmf = sh_ubc->triggered_mask(); in hw_breakpoint_handler()
289 resume_mask = sh_ubc->active_mask(); in hw_breakpoint_handler()
294 sh_ubc->disable_all(); in hw_breakpoint_handler()
351 sh_ubc->enable_all(resume_mask); in hw_breakpoint_handler()
399 if (sh_ubc != &ubc_dummy) in register_sh_ubc()
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dhw_breakpoint.h29 struct sh_ubc { struct
66 extern int register_sh_ubc(struct sh_ubc *);
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dubc.c30 static struct sh_ubc sh4a_ubc;
85 static struct sh_ubc sh4a_ubc = {