Searched refs:hw_breakpoint_slots (Results 1 – 8 of 8) sorted by relevance
44 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
48 extern int hw_breakpoint_slots(int type);
49 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
128 int hw_breakpoint_slots(int type);
48 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
435 num_brps = hw_breakpoint_slots(TYPE_INST); in ptrace_get_hbp_resource_info()436 num_wrps = hw_breakpoint_slots(TYPE_DATA); in ptrace_get_hbp_resource_info()
273 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
647 nr_slots[i] = hw_breakpoint_slots(i); in init_hw_breakpoint()