Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/kernel/
Dhw_breakpoint.c349 if (info->step_ctrl.enabled) { in arch_install_hw_breakpoint()
352 ctrl = encode_ctrl_reg(info->step_ctrl); in arch_install_hw_breakpoint()
356 if (info->step_ctrl.enabled) { in arch_install_hw_breakpoint()
362 ctrl = encode_ctrl_reg(info->step_ctrl); in arch_install_hw_breakpoint()
408 if (info->step_ctrl.enabled) in arch_uninstall_hw_breakpoint()
653 info->step_ctrl.mismatch = 1; in enable_single_step()
654 info->step_ctrl.len = ARM_BREAKPOINT_LEN_4; in enable_single_step()
655 info->step_ctrl.type = ARM_BREAKPOINT_EXECUTE; in enable_single_step()
656 info->step_ctrl.privilege = info->ctrl.privilege; in enable_single_step()
657 info->step_ctrl.enabled = 1; in enable_single_step()
[all …]
/linux-2.6.39/arch/arm/include/asm/
Dhw_breakpoint.h23 struct arch_hw_breakpoint_ctrl step_ctrl; member