Searched refs:hw_breakpoint_slots (Results 1 – 8 of 8) sorted by relevance
48 extern int hw_breakpoint_slots(int type);
44 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
49 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
126 int hw_breakpoint_slots(int type);
49 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
555 num_brps = hw_breakpoint_slots(TYPE_INST); in ptrace_get_hbp_resource_info()556 num_wrps = hw_breakpoint_slots(TYPE_DATA); in ptrace_get_hbp_resource_info()
274 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
630 nr_slots[i] = hw_breakpoint_slots(i); in init_hw_breakpoint()