Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dhw_breakpoint.h48 extern int hw_breakpoint_slots(int type);
/linux-2.6.39/arch/x86/include/asm/
Dhw_breakpoint.h44 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-2.6.39/arch/sh/include/asm/
Dhw_breakpoint.h49 static inline int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-2.6.39/arch/arm/include/asm/
Dhw_breakpoint.h126 int hw_breakpoint_slots(int type);
/linux-2.6.39/arch/powerpc/kernel/
Dhw_breakpoint.c49 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-2.6.39/arch/arm/kernel/
Dptrace.c555 num_brps = hw_breakpoint_slots(TYPE_INST); in ptrace_get_hbp_resource_info()
556 num_wrps = hw_breakpoint_slots(TYPE_DATA); in ptrace_get_hbp_resource_info()
Dhw_breakpoint.c274 int hw_breakpoint_slots(int type) in hw_breakpoint_slots() function
/linux-2.6.39/kernel/
Dhw_breakpoint.c630 nr_slots[i] = hw_breakpoint_slots(i); in init_hw_breakpoint()