Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dhw_breakpoint.c484 case ARM_BREAKPOINT_LOAD: in arch_bp_generic_fields()
490 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
531 info->ctrl.type = ARM_BREAKPOINT_LOAD; in arch_build_bp_info()
537 info->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
658 (info->ctrl.type == ARM_BREAKPOINT_LOAD || in arch_validate_hwbkpt_settings()
/arch/arm/include/asm/
Dhw_breakpoint.h61 #define ARM_BREAKPOINT_LOAD 1 macro
/arch/arm64/include/asm/
Dhw_breakpoint.h73 #define ARM_BREAKPOINT_LOAD 1 macro
/arch/arm64/kernel/
Dhw_breakpoint.c372 case ARM_BREAKPOINT_LOAD: in arch_bp_generic_fields()
378 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
435 info->ctrl.type = ARM_BREAKPOINT_LOAD; in arch_build_bp_info()
441 info->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()