Home
last modified time | relevance | path

Searched refs:step_ctrl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c364 if (info->step_ctrl.enabled) { in arch_install_hw_breakpoint()
366 ctrl = encode_ctrl_reg(info->step_ctrl); in arch_install_hw_breakpoint()
417 info->step_ctrl.enabled) { in arch_uninstall_hw_breakpoint()
670 info->step_ctrl.mismatch = 1; in enable_single_step()
671 info->step_ctrl.len = ARM_BREAKPOINT_LEN_4; in enable_single_step()
672 info->step_ctrl.type = ARM_BREAKPOINT_EXECUTE; in enable_single_step()
673 info->step_ctrl.privilege = info->ctrl.privilege; in enable_single_step()
674 info->step_ctrl.enabled = 1; in enable_single_step()
682 counter_arch_bp(bp)->step_ctrl.enabled = 0; in disable_single_step()
838 if (!info->step_ctrl.enabled) in watchpoint_single_step_handler()
[all …]
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h24 struct arch_hw_breakpoint_ctrl step_ctrl; member