Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/kernel/
Dhw_breakpoint.c475 case ARM_BREAKPOINT_LOAD: in arch_bp_generic_fields()
481 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
522 hw->ctrl.type = ARM_BREAKPOINT_LOAD; in arch_build_bp_info()
528 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
653 (hw->ctrl.type == ARM_BREAKPOINT_LOAD || in hw_breakpoint_arch_parse()
/linux-6.1.9/arch/arm64/kernel/
Dhw_breakpoint.c359 case ARM_BREAKPOINT_LOAD: in arch_bp_generic_fields()
365 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
422 hw->ctrl.type = ARM_BREAKPOINT_LOAD; in arch_build_bp_info()
428 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
/linux-6.1.9/arch/arm/include/asm/
Dhw_breakpoint.h64 #define ARM_BREAKPOINT_LOAD 1 macro
/linux-6.1.9/arch/arm64/include/asm/
Dhw_breakpoint.h60 #define ARM_BREAKPOINT_LOAD 1 macro