Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Ddebug_monitor.h55 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W, enumerator
/f-stack/freebsd/arm64/arm64/
H A Ddb_trace.c64 return (dbg_setup_watchpoint(NULL, addr, size, HW_BREAKPOINT_RW)); in db_md_set_watchpoint()
H A Ddebug_monitor.c395 case HW_BREAKPOINT_RW: in dbg_setup_watchpoint()