Searched refs:hw_breakpoint_slots (Results 1 – 14 of 14) sorted by relevance
43 #ifdef hw_breakpoint_slots44 atomic_t count[hw_breakpoint_slots(0)];167 #ifdef hw_breakpoint_slots171 static_assert(hw_breakpoint_slots(TYPE_INST) == hw_breakpoint_slots(TYPE_DATA));172 static inline int hw_breakpoint_slots_cached(int type) { return hw_breakpoint_slots(type); } in hw_breakpoint_slots_cached()202 __nr_bp_slots[i] = hw_breakpoint_slots(i); in init_breakpoint_slots()
60 slots = hw_breakpoint_slots(TYPE_DATA); in get_test_bp_slots()
38 int hw_breakpoint_slots(int type);
47 #define hw_breakpoint_slots(type) (HBP_NUM) macro
51 #define hw_breakpoint_slots(type) (HBP_NUM) macro
76 extern int hw_breakpoint_slots(int type);
138 int hw_breakpoint_slots(int type);
125 extern int hw_breakpoint_slots(int type);
23 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
399 num_brps = hw_breakpoint_slots(TYPE_INST); in ptrace_get_hbp_resource_info()400 num_wrps = hw_breakpoint_slots(TYPE_DATA); in ptrace_get_hbp_resource_info()
271 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
366 num = hw_breakpoint_slots(TYPE_INST); in ptrace_hbp_get_resource_info()369 num = hw_breakpoint_slots(TYPE_DATA); in ptrace_hbp_get_resource_info()1864 num_brps = hw_breakpoint_slots(TYPE_INST); in compat_ptrace_hbp_get_resource_info()1865 num_wrps = hw_breakpoint_slots(TYPE_DATA); in compat_ptrace_hbp_get_resource_info()
42 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
39 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function