Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dhw_breakpoint.h45 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/arch/sh/include/asm/
Dhw_breakpoint.h50 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/arm64/include/asm/
Dhw_breakpoint.h123 extern int hw_breakpoint_slots(int type);
/arch/arm/include/asm/
Dhw_breakpoint.h132 int hw_breakpoint_slots(int type);
/arch/arm64/kernel/
Dptrace.c260 num = hw_breakpoint_slots(TYPE_INST); in ptrace_hbp_get_resource_info()
263 num = hw_breakpoint_slots(TYPE_DATA); in ptrace_hbp_get_resource_info()
921 num_brps = hw_breakpoint_slots(TYPE_INST); in compat_ptrace_hbp_get_resource_info()
922 num_wrps = hw_breakpoint_slots(TYPE_DATA); in compat_ptrace_hbp_get_resource_info()
Dhw_breakpoint.c71 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/arch/powerpc/kernel/
Dhw_breakpoint.c47 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/arch/arm/kernel/
Dptrace.c440 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()
Dhw_breakpoint.c280 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function