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

/arch/sh/include/asm/
H A Dhw_breakpoint.h50 static inline int hw_breakpoint_slots(int type) function
/arch/powerpc/include/asm/
H A Dhw_breakpoint.h61 extern int hw_breakpoint_slots(int type);
/arch/x86/include/asm/
H A Dhw_breakpoint.h45 static inline int hw_breakpoint_slots(int type) function
/arch/arm64/include/asm/
H A Dhw_breakpoint.h119 extern int hw_breakpoint_slots(int type);
/arch/arm/include/asm/
H A Dhw_breakpoint.h132 int hw_breakpoint_slots(int type);
/arch/arm64/kernel/
H A Dptrace.c259 num = hw_breakpoint_slots(TYPE_INST);
262 num = hw_breakpoint_slots(TYPE_DATA);
920 num_brps = hw_breakpoint_slots(TYPE_INST);
921 num_wrps = hw_breakpoint_slots(TYPE_DATA);
H A Dhw_breakpoint.c64 int hw_breakpoint_slots(int type) function
/arch/powerpc/kernel/
H A Dhw_breakpoint.c47 int hw_breakpoint_slots(int type) function
/arch/arm/kernel/
H A Dptrace.c440 num_brps = hw_breakpoint_slots(TYPE_INST);
441 num_wrps = hw_breakpoint_slots(TYPE_DATA);
H A Dhw_breakpoint.c280 int hw_breakpoint_slots(int type) function

Completed in 138 milliseconds