Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c337 ctrl_base = ARM_BASE_BCR; in arch_install_hw_breakpoint()
369 ctrl_base = ARM_BASE_BCR + core_num_brps; in arch_install_hw_breakpoint()
390 base = ARM_BASE_BCR; in arch_uninstall_hw_breakpoint()
419 base = ARM_BASE_BCR + core_num_brps; in arch_uninstall_hw_breakpoint()
883 ctrl_reg = read_wb_reg(ARM_BASE_BCR + i); in breakpoint_handler()
1084 write_wb_reg(ARM_BASE_BCR + i, 0UL); in reset_ctrl_regs()
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h104 #define ARM_BASE_BCR 80 macro