Searched refs:hw_breakpoint_slots (Results 1 – 11 of 11) sorted by relevance
46 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
50 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
61 extern int hw_breakpoint_slots(int type);
119 extern int hw_breakpoint_slots(int type);
132 int hw_breakpoint_slots(int type);
265 num = hw_breakpoint_slots(TYPE_INST); in ptrace_hbp_get_resource_info()268 num = hw_breakpoint_slots(TYPE_DATA); in ptrace_hbp_get_resource_info()926 num_brps = hw_breakpoint_slots(TYPE_INST); in compat_ptrace_hbp_get_resource_info()927 num_wrps = hw_breakpoint_slots(TYPE_DATA); in compat_ptrace_hbp_get_resource_info()
64 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
47 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
440 num_brps = hw_breakpoint_slots(TYPE_INST); in ptrace_get_hbp_resource_info()441 num_wrps = hw_breakpoint_slots(TYPE_DATA); in ptrace_get_hbp_resource_info()
280 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
625 nr_slots[i] = hw_breakpoint_slots(i); in init_hw_breakpoint()