Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dhw_breakpoint.c293 case LOONGARCH_BREAKPOINT_LOAD: in arch_bp_generic_fields()
299 case LOONGARCH_BREAKPOINT_LOAD | LOONGARCH_BREAKPOINT_STORE: in arch_bp_generic_fields()
345 hw->ctrl.type = LOONGARCH_BREAKPOINT_LOAD; in arch_build_bp_info()
351 hw->ctrl.type = LOONGARCH_BREAKPOINT_LOAD | LOONGARCH_BREAKPOINT_STORE; in arch_build_bp_info()
439 if (info->ctrl.type == LOONGARCH_BREAKPOINT_LOAD) in update_bp_registers()
451 if (info->ctrl.type == LOONGARCH_BREAKPOINT_LOAD) in update_bp_registers()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dhw_breakpoint.h16 #define LOONGARCH_BREAKPOINT_LOAD (1 << 0) macro

Completed in 2 milliseconds