Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kernel/
Dhw_breakpoint.c343 if (info->ctrl.type == ARM_BREAKPOINT_EXECUTE) { in arch_install_hw_breakpoint()
375 if (info->ctrl.type != ARM_BREAKPOINT_EXECUTE) { in arch_install_hw_breakpoint()
396 if (info->ctrl.type == ARM_BREAKPOINT_EXECUTE) { in arch_uninstall_hw_breakpoint()
424 if (info->ctrl.type != ARM_BREAKPOINT_EXECUTE && in arch_uninstall_hw_breakpoint()
480 case ARM_BREAKPOINT_EXECUTE: in arch_bp_generic_fields()
527 hw->ctrl.type = ARM_BREAKPOINT_EXECUTE; in arch_build_bp_info()
555 if ((hw->ctrl.type != ARM_BREAKPOINT_EXECUTE) in arch_build_bp_info()
568 if (hw->ctrl.type == ARM_BREAKPOINT_EXECUTE && in arch_build_bp_info()
677 info->step_ctrl.type = ARM_BREAKPOINT_EXECUTE; in enable_single_step()
/Linux-v4.19/arch/arm64/kernel/
Dhw_breakpoint.c243 if (info->ctrl.type == ARM_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()
367 case ARM_BREAKPOINT_EXECUTE: in arch_bp_generic_fields()
430 hw->ctrl.type = ARM_BREAKPOINT_EXECUTE; in arch_build_bp_info()
480 if (hw->ctrl.type == ARM_BREAKPOINT_EXECUTE) { in arch_build_bp_info()
561 if (hw->ctrl.type == ARM_BREAKPOINT_EXECUTE) in hw_breakpoint_arch_parse()
/Linux-v4.19/arch/arm/include/asm/
Dhw_breakpoint.h58 #define ARM_BREAKPOINT_EXECUTE 0 macro
/Linux-v4.19/arch/arm64/include/asm/
Dhw_breakpoint.h70 #define ARM_BREAKPOINT_EXECUTE 0 macro