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

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

Completed in 115 milliseconds