Searched refs:counter_arch_bp (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint.c58 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
238 if (unlikely(bp && counter_arch_bp(bp)->perf_single_step))
246 info = counter_arch_bp(__this_cpu_read(bp_per_reg[i]));
272 counter_arch_bp(bp)->address);
279 counter_arch_bp(bp)->address);
295 counter_arch_bp(bp[i])->perf_single_step = true;
332 info = counter_arch_bp(bp[i]);
366 counter_arch_bp(bp[i])->type |= HW_BRK_TYPE_EXTRANEOUS_IRQ;
412 info = counter_arch_bp(bp[i]);
484 if (!(counter_arch_bp(b
[all...]
/linux-master/include/linux/
H A Dhw_breakpoint.h96 static inline struct arch_hw_breakpoint *counter_arch_bp(struct perf_event *bp) function
139 static inline struct arch_hw_breakpoint *counter_arch_bp(struct perf_event *bp) function
/linux-master/arch/xtensa/kernel/
H A Dhw_breakpoint.c150 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
160 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
176 if (counter_arch_bp(bp)->type == XTENSA_BREAKPOINT_EXECUTE) {
209 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
H A Dptrace.c369 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp);
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c327 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
384 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
667 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
682 counter_arch_bp(bp)->step_ctrl.enabled = 0;
756 info = counter_arch_bp(wp);
780 info = counter_arch_bp(wp);
810 info = counter_arch_bp(wp);
837 info = counter_arch_bp(wp);
875 info = counter_arch_bp(bp);
H A Dptrace.c354 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp);
454 arch_ctrl = counter_arch_bp(bp)->ctrl;
/linux-master/arch/sh/kernel/
H A Dhw_breakpoint.c49 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
81 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c226 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
604 privilege = counter_arch_bp(slots[i])->ctrl.privilege;
654 counter_arch_bp(bp)->trigger = addr;
738 struct arch_hw_breakpoint *info = counter_arch_bp(wp);
H A Dptrace.c174 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp);
393 *ctrl = bp ? encode_ctrl_reg(counter_arch_bp(bp)->ctrl) : 0;
407 *addr = bp ? counter_arch_bp(bp)->address : 0;
/linux-master/arch/x86/kernel/
H A Dhw_breakpoint.c98 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
146 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
H A Dkgdb.c209 info = counter_arch_bp(bp);
H A Dptrace.c503 info = counter_arch_bp(bp[i]);
/linux-master/arch/loongarch/kernel/
H A Dptrace.c392 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp);
565 *ctrl = bp ? encode_ctrl_reg(counter_arch_bp(bp)->ctrl) : 0;
579 *mask = bp ? counter_arch_bp(bp)->mask : 0;
593 *addr = bp ? counter_arch_bp(bp)->address : 0;
633 info = counter_arch_bp(bp);
1060 info = counter_arch_bp(bp);
H A Dhw_breakpoint.c180 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
432 info = counter_arch_bp(slots[i]);
H A Dkgdb.c652 val = hw_breakpoint_arch_parse(bp, &bp->attr, counter_arch_bp(bp));

Completed in 177 milliseconds