Searched refs:arch_hw_breakpoint (Results 1 - 20 of 20) sorted by relevance

/arch/sh/include/asm/
H A Dhw_breakpoint.h11 struct arch_hw_breakpoint { struct
33 void (*enable)(struct arch_hw_breakpoint *, int);
34 void (*disable)(struct arch_hw_breakpoint *, int);
/arch/powerpc/include/asm/
H A Ddebug.h49 void set_breakpoint(struct arch_hw_breakpoint *brk);
50 void __set_breakpoint(struct arch_hw_breakpoint *brk);
H A Dhw_breakpoint.h27 struct arch_hw_breakpoint { struct
77 struct arch_hw_breakpoint brk;
H A Dprocessor.h243 struct arch_hw_breakpoint hw_brk; /* info on the hardware breakpoint */
/arch/powerpc/kernel/
H A Dhw_breakpoint.c65 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
122 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
145 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
194 struct arch_hw_breakpoint *info;
214 struct arch_hw_breakpoint *info;
300 struct arch_hw_breakpoint *info;
H A Dprocess.c352 static DEFINE_PER_CPU(struct arch_hw_breakpoint, current_brk);
459 static inline int set_dabr(struct arch_hw_breakpoint *brk)
472 static inline int set_dawr(struct arch_hw_breakpoint *brk)
500 void __set_breakpoint(struct arch_hw_breakpoint *brk)
510 void set_breakpoint(struct arch_hw_breakpoint *brk)
521 static inline bool hw_brk_match(struct arch_hw_breakpoint *a,
522 struct arch_hw_breakpoint *b)
H A Dptrace.c945 struct arch_hw_breakpoint hw_brk;
1379 struct arch_hw_breakpoint brk;
/arch/sh/kernel/
H A Dhw_breakpoint.c51 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
83 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
130 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
178 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
223 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
/arch/x86/kernel/
H A Dhw_breakpoint.c106 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
144 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
196 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
252 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
306 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
359 struct arch_hw_breakpoint *info;
H A Dkgdb.c211 struct arch_hw_breakpoint *info;
H A Dptrace.c592 struct arch_hw_breakpoint *info;
/arch/sh/kernel/cpu/sh4a/
H A Dubc.c35 static void sh4a_ubc_enable(struct arch_hw_breakpoint *info, int idx)
41 static void sh4a_ubc_disable(struct arch_hw_breakpoint *info, int idx)
/arch/x86/include/asm/
H A Dhw_breakpoint.h13 struct arch_hw_breakpoint { struct
/arch/arm/kernel/
H A Dhw_breakpoint.c336 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
393 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
464 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
520 * Construct an arch_hw_breakpoint from a perf_event.
524 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
597 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
605 /* Build the arch_hw_breakpoint. */
673 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
698 struct arch_hw_breakpoint *info;
770 struct arch_hw_breakpoint *inf
[all...]
H A Dptrace.c389 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp);
/arch/arm64/include/asm/
H A Dhw_breakpoint.h29 struct arch_hw_breakpoint { struct
/arch/arm/include/asm/
H A Dhw_breakpoint.h20 struct arch_hw_breakpoint { struct
/arch/arm64/kernel/
H A Dhw_breakpoint.c230 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
332 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
388 * Construct an arch_hw_breakpoint from a perf_event.
392 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
475 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
479 /* Build the arch_hw_breakpoint. */
664 struct arch_hw_breakpoint *info;
H A Dptrace.c71 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp);
/arch/powerpc/xmon/
H A Dxmon.c759 struct arch_hw_breakpoint brk;

Completed in 242 milliseconds