Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dhw_breakpoint.c476 case ARM_BREAKPOINT_LOAD: in arch_bp_generic_fields()
482 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
523 hw->ctrl.type = ARM_BREAKPOINT_LOAD; in arch_build_bp_info()
529 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
654 (hw->ctrl.type == ARM_BREAKPOINT_LOAD || in hw_breakpoint_arch_parse()
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c360 case ARM_BREAKPOINT_LOAD: in arch_bp_generic_fields()
366 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
423 hw->ctrl.type = ARM_BREAKPOINT_LOAD; in arch_build_bp_info()
429 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h64 #define ARM_BREAKPOINT_LOAD 1 macro
/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h60 #define ARM_BREAKPOINT_LOAD 1 macro