Home
last modified time | relevance | path

Searched refs:SH_BREAKPOINT_READ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dhw_breakpoint.h19 SH_BREAKPOINT_READ = (1 << 1), enumerator
21 SH_BREAKPOINT_RW = SH_BREAKPOINT_READ | SH_BREAKPOINT_WRITE,
/openbmc/linux/arch/sh/kernel/
H A Dhw_breakpoint.c158 case SH_BREAKPOINT_READ: in arch_bp_generic_fields()
201 hw->type = SH_BREAKPOINT_READ; in arch_build_bp_info()