Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dhw_breakpoint.c346 ctrl_base = ARM_BASE_BCR; in arch_install_hw_breakpoint()
378 ctrl_base = ARM_BASE_BCR + core_num_brps; in arch_install_hw_breakpoint()
399 base = ARM_BASE_BCR; in arch_uninstall_hw_breakpoint()
428 base = ARM_BASE_BCR + core_num_brps; in arch_uninstall_hw_breakpoint()
828 ctrl_reg = read_wb_reg(ARM_BASE_BCR + i); in breakpoint_handler()
1001 write_wb_reg(ARM_BASE_BCR + i, 0UL); in reset_ctrl_regs()
/linux-4.1.27/arch/arm/include/asm/
Dhw_breakpoint.h100 #define ARM_BASE_BCR 80 macro