Home
last modified time | relevance | path

Searched refs:hw_breakpoint_slots (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-6.6/kernel/events/
H A Dhw_breakpoint.c43 #ifdef hw_breakpoint_slots
44 atomic_t count[hw_breakpoint_slots(0)];
167 #ifdef hw_breakpoint_slots
171 static_assert(hw_breakpoint_slots(TYPE_INST) == hw_breakpoint_slots(TYPE_DATA)); variable
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()
H A Dhw_breakpoint_test.c60 slots = hw_breakpoint_slots(TYPE_DATA); in get_test_bp_slots()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dhw_breakpoint.h38 int hw_breakpoint_slots(int type);
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dhw_breakpoint.h38 int hw_breakpoint_slots(int type);
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dhw_breakpoint.h51 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dhw_breakpoint.h51 #define hw_breakpoint_slots(type) (HBP_NUM) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dhw_breakpoint.h47 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dhw_breakpoint.h47 #define hw_breakpoint_slots(type) (HBP_NUM) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dhw_breakpoint.h138 int hw_breakpoint_slots(int type);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dhw_breakpoint.h125 extern int hw_breakpoint_slots(int type);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhw_breakpoint.h77 extern int hw_breakpoint_slots(int type);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dhw_breakpoint.h125 extern int hw_breakpoint_slots(int type);
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dhw_breakpoint.h114 extern int hw_breakpoint_slots(int type);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhw_breakpoint.h77 extern int hw_breakpoint_slots(int type);
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dhw_breakpoint.h138 int hw_breakpoint_slots(int type);
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dhw_breakpoint.c23 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dhw_breakpoint.c24 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/kernel/linux/linux-5.10/arch/arm/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dptrace.c399 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()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dptrace.c366 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()
1932 num_brps = hw_breakpoint_slots(TYPE_INST); in compat_ptrace_hbp_get_resource_info()
1933 num_wrps = hw_breakpoint_slots(TYPE_DATA); in compat_ptrace_hbp_get_resource_info()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint.c39 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dhw_breakpoint.c19 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhw_breakpoint.c39 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/kernel/linux/linux-5.10/kernel/events/
H A Dhw_breakpoint.c683 nr_slots[i] = hw_breakpoint_slots(i); in init_hw_breakpoint()

Completed in 30 milliseconds

12