Home
last modified time | relevance | path

Searched refs:LOONGARCH_BREAKPOINT_EXECUTE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c192 if (info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()
210 if (info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()
229 if (info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()
307 case LOONGARCH_BREAKPOINT_EXECUTE: in arch_bp_generic_fields()
354 hw->ctrl.type = LOONGARCH_BREAKPOINT_EXECUTE; in arch_build_bp_info()
408 if (hw->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_arch_parse()
442 if ((info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) && (type == 0)) { in update_bp_registers()
455 if ((info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) && (type == 0)) { in update_bp_registers()
H A Dptrace.c601 ctrl.type = LOONGARCH_BREAKPOINT_EXECUTE; in ptrace_hbp_set_ctrl()
/openbmc/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h13 #define LOONGARCH_BREAKPOINT_EXECUTE (0 << 0) macro