Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c478 case ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
481 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
525 hw->ctrl.type = ARM_BREAKPOINT_STORE; in arch_build_bp_info()
528 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
654 hw->ctrl.type == ARM_BREAKPOINT_STORE)) in hw_breakpoint_arch_parse()
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h65 #define ARM_BREAKPOINT_STORE 2 macro
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c362 case ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
365 case ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE: in arch_bp_generic_fields()
425 hw->ctrl.type = ARM_BREAKPOINT_STORE; in arch_build_bp_info()
428 hw->ctrl.type = ARM_BREAKPOINT_LOAD | ARM_BREAKPOINT_STORE; in arch_build_bp_info()
/openbmc/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h61 #define ARM_BREAKPOINT_STORE 2 macro