Home
last modified time | relevance | path

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

/arch/xtensa/include/asm/
Dhw_breakpoint.h37 int hw_breakpoint_slots(int type);
/arch/x86/include/asm/
Dhw_breakpoint.h47 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/arch/sh/include/asm/
Dhw_breakpoint.h51 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/arch/powerpc/include/asm/
Dhw_breakpoint.h61 extern int hw_breakpoint_slots(int type);
/arch/arm/include/asm/
Dhw_breakpoint.h132 int hw_breakpoint_slots(int type);
/arch/arm64/include/asm/
Dhw_breakpoint.h135 extern int hw_breakpoint_slots(int type);
/arch/powerpc/kernel/
Dhw_breakpoint.c47 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/arch/xtensa/kernel/
Dhw_breakpoint.c23 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/arch/arm64/kernel/
Dptrace.c378 num = hw_breakpoint_slots(TYPE_INST); in ptrace_hbp_get_resource_info()
381 num = hw_breakpoint_slots(TYPE_DATA); in ptrace_hbp_get_resource_info()
1165 num_brps = hw_breakpoint_slots(TYPE_INST); in compat_ptrace_hbp_get_resource_info()
1166 num_wrps = hw_breakpoint_slots(TYPE_DATA); in compat_ptrace_hbp_get_resource_info()
Dhw_breakpoint.c54 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/arch/arm/kernel/
Dptrace.c441 num_brps = hw_breakpoint_slots(TYPE_INST); in ptrace_get_hbp_resource_info()
442 num_wrps = hw_breakpoint_slots(TYPE_DATA); in ptrace_get_hbp_resource_info()
Dhw_breakpoint.c279 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function