Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dhw_breakpoint.h44 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-3.4.99/arch/powerpc/include/asm/
Dhw_breakpoint.h48 extern int hw_breakpoint_slots(int type);
/linux-3.4.99/arch/sh/include/asm/
Dhw_breakpoint.h49 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-3.4.99/arch/arm/include/asm/
Dhw_breakpoint.h128 int hw_breakpoint_slots(int type);
/linux-3.4.99/arch/powerpc/kernel/
Dhw_breakpoint.c48 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-3.4.99/arch/arm/kernel/
Dptrace.c435 num_brps = hw_breakpoint_slots(TYPE_INST); in ptrace_get_hbp_resource_info()
436 num_wrps = hw_breakpoint_slots(TYPE_DATA); in ptrace_get_hbp_resource_info()
Dhw_breakpoint.c273 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-3.4.99/kernel/events/
Dhw_breakpoint.c647 nr_slots[i] = hw_breakpoint_slots(i); in init_hw_breakpoint()