Searched refs:T_WATCHPOINT (Results 1 – 5 of 5) sorted by relevance
64 #define T_WATCHPOINT 0xeeee macro65 #ifdef T_WATCHPOINT66 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT)
37 #define T_WATCHPOINT (2) macro56 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
43 #define T_WATCHPOINT (0) macro68 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
41 #define T_WATCHPOINT (EXCP_WATCHPT_EL1) macro66 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
254 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf); in abort_debug()