Home
last modified time | relevance | path

Searched refs:LOONGARCH_BREAKPOINT_STORE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c313 case LOONGARCH_BREAKPOINT_STORE: in arch_bp_generic_fields()
316 case LOONGARCH_BREAKPOINT_LOAD | LOONGARCH_BREAKPOINT_STORE: in arch_bp_generic_fields()
360 hw->ctrl.type = LOONGARCH_BREAKPOINT_STORE; in arch_build_bp_info()
363 hw->ctrl.type = LOONGARCH_BREAKPOINT_LOAD | LOONGARCH_BREAKPOINT_STORE; in arch_build_bp_info()
449 if (info->ctrl.type == LOONGARCH_BREAKPOINT_STORE) in update_bp_registers()
461 if (info->ctrl.type == LOONGARCH_BREAKPOINT_STORE) in update_bp_registers()
/openbmc/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h17 #define LOONGARCH_BREAKPOINT_STORE (1 << 1) macro