Home
last modified time | relevance | path

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

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