Searched refs:T_WATCHPOINT (Results 1 – 3 of 3) sorted by relevance
38 #define T_WATCHPOINT (2) macro57 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
41 #define T_WATCHPOINT (EXCP_WATCHPT_EL1) macro60 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
261 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf); in abort_debug()