Searched refs:hw_breakpoint_control (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c223 static int hw_breakpoint_control(struct perf_event *bp, function
291 return hw_breakpoint_control(bp, HW_BREAKPOINT_INSTALL);
296 hw_breakpoint_control(bp, HW_BREAKPOINT_UNINSTALL);
958 hw_breakpoint_control(slots[i], HW_BREAKPOINT_RESTORE);
967 hw_breakpoint_control(slots[i], HW_BREAKPOINT_RESTORE);
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c174 static int hw_breakpoint_control(struct perf_event *bp, function
236 return hw_breakpoint_control(bp, HW_BREAKPOINT_INSTALL);
241 hw_breakpoint_control(bp, HW_BREAKPOINT_UNINSTALL);

Completed in 123 milliseconds