Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dhw_breakpoint.h46 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-4.1.27/arch/sh/include/asm/
Dhw_breakpoint.h50 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-4.1.27/arch/powerpc/include/asm/
Dhw_breakpoint.h61 extern int hw_breakpoint_slots(int type);
/linux-4.1.27/arch/arm64/include/asm/
Dhw_breakpoint.h119 extern int hw_breakpoint_slots(int type);
/linux-4.1.27/arch/arm/include/asm/
Dhw_breakpoint.h132 int hw_breakpoint_slots(int type);
/linux-4.1.27/arch/arm64/kernel/
Dptrace.c265 num = hw_breakpoint_slots(TYPE_INST); in ptrace_hbp_get_resource_info()
268 num = hw_breakpoint_slots(TYPE_DATA); in ptrace_hbp_get_resource_info()
926 num_brps = hw_breakpoint_slots(TYPE_INST); in compat_ptrace_hbp_get_resource_info()
927 num_wrps = hw_breakpoint_slots(TYPE_DATA); in compat_ptrace_hbp_get_resource_info()
Dhw_breakpoint.c64 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-4.1.27/arch/powerpc/kernel/
Dhw_breakpoint.c47 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-4.1.27/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
/linux-4.1.27/kernel/events/
Dhw_breakpoint.c625 nr_slots[i] = hw_breakpoint_slots(i); in init_hw_breakpoint()