Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dhw_breakpoint.c373 if (info->step_ctrl.enabled) { in arch_install_hw_breakpoint()
375 ctrl = encode_ctrl_reg(info->step_ctrl); in arch_install_hw_breakpoint()
426 info->step_ctrl.enabled) { in arch_uninstall_hw_breakpoint()
676 info->step_ctrl.mismatch = 1; in enable_single_step()
677 info->step_ctrl.len = ARM_BREAKPOINT_LEN_4; in enable_single_step()
678 info->step_ctrl.type = ARM_BREAKPOINT_EXECUTE; in enable_single_step()
679 info->step_ctrl.privilege = info->ctrl.privilege; in enable_single_step()
680 info->step_ctrl.enabled = 1; in enable_single_step()
688 counter_arch_bp(bp)->step_ctrl.enabled = 0; in disable_single_step()
783 if (!info->step_ctrl.enabled) in watchpoint_single_step_handler()
[all …]
/linux-4.1.27/arch/arm/include/asm/
Dhw_breakpoint.h23 struct arch_hw_breakpoint_ctrl step_ctrl; member