Home
last modified time | relevance | path

Searched refs:hw_breakpoint_slots (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/arch/xtensa/include/asm/
Dhw_breakpoint.h38 int hw_breakpoint_slots(int type);
/Linux-v5.10/arch/x86/include/asm/
Dhw_breakpoint.h47 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/Linux-v5.10/arch/sh/include/asm/
Dhw_breakpoint.h51 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/Linux-v5.10/arch/powerpc/include/asm/
Dhw_breakpoint.h77 extern int hw_breakpoint_slots(int type);
/Linux-v5.10/arch/arm/include/asm/
Dhw_breakpoint.h138 int hw_breakpoint_slots(int type);
/Linux-v5.10/arch/arm64/include/asm/
Dhw_breakpoint.h125 extern int hw_breakpoint_slots(int type);
/Linux-v5.10/arch/xtensa/kernel/
Dhw_breakpoint.c23 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/Linux-v5.10/arch/arm/kernel/
Dptrace.c425 num_brps = hw_breakpoint_slots(TYPE_INST); in ptrace_get_hbp_resource_info()
426 num_wrps = hw_breakpoint_slots(TYPE_DATA); in ptrace_get_hbp_resource_info()
Dhw_breakpoint.c271 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/Linux-v5.10/arch/arm64/kernel/
Dptrace.c369 num = hw_breakpoint_slots(TYPE_INST); in ptrace_hbp_get_resource_info()
372 num = hw_breakpoint_slots(TYPE_DATA); in ptrace_hbp_get_resource_info()
1534 num_brps = hw_breakpoint_slots(TYPE_INST); in compat_ptrace_hbp_get_resource_info()
1535 num_wrps = hw_breakpoint_slots(TYPE_DATA); in compat_ptrace_hbp_get_resource_info()
Dhw_breakpoint.c42 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/Linux-v5.10/kernel/events/
Dhw_breakpoint.c683 nr_slots[i] = hw_breakpoint_slots(i); in init_hw_breakpoint()
/Linux-v5.10/arch/powerpc/kernel/
Dhw_breakpoint.c39 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function