Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dhw_breakpoint.c318 write_wb_reg(ARM_BASE_WCR, ctrl_reg); in get_max_wp_len()
319 if ((read_wb_reg(ARM_BASE_WCR) & ctrl_reg) == ctrl_reg) in get_max_wp_len()
352 ctrl_base = ARM_BASE_WCR; in arch_install_hw_breakpoint()
404 base = ARM_BASE_WCR; in arch_uninstall_hw_breakpoint()
733 ctrl_reg = read_wb_reg(ARM_BASE_WCR + i); in watchpoint_handler()
1006 write_wb_reg(ARM_BASE_WCR + i, 0UL); in reset_ctrl_regs()
/linux-4.1.27/arch/arm/include/asm/
Dhw_breakpoint.h102 #define ARM_BASE_WCR 112 macro