Home
last modified time | relevance | path

Searched refs:ARM_BREAKPOINT_LOAD (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/kernel/
Dhw_breakpoint.c483 case ARM_BREAKPOINT_LOAD: in arch_bp_generic_fields()
489 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
530 hw->ctrl.type = ARM_BREAKPOINT_LOAD; in arch_build_bp_info()
536 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
658 (hw->ctrl.type == ARM_BREAKPOINT_LOAD || in hw_breakpoint_arch_parse()
/Linux-v4.19/arch/arm64/kernel/
Dhw_breakpoint.c370 case ARM_BREAKPOINT_LOAD: in arch_bp_generic_fields()
376 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
433 hw->ctrl.type = ARM_BREAKPOINT_LOAD; in arch_build_bp_info()
439 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
/Linux-v4.19/arch/arm/include/asm/
Dhw_breakpoint.h61 #define ARM_BREAKPOINT_LOAD 1 macro
/Linux-v4.19/arch/arm64/include/asm/
Dhw_breakpoint.h73 #define ARM_BREAKPOINT_LOAD 1 macro