Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c36 static int core_num_brps __ro_after_init;
340 max_slots = core_num_brps; in arch_install_hw_breakpoint()
369 ctrl_base = ARM_BASE_BCR + core_num_brps; in arch_install_hw_breakpoint()
370 val_base = ARM_BASE_BVR + core_num_brps; in arch_install_hw_breakpoint()
392 max_slots = core_num_brps; in arch_uninstall_hw_breakpoint()
419 base = ARM_BASE_BCR + core_num_brps; in arch_uninstall_hw_breakpoint()
867 for (i = 0; i < core_num_brps; ++i) { in breakpoint_handler()
1169 core_num_brps = get_num_brps(); in arch_hw_breakpoint_init()
1190 core_num_brps = 0; in arch_hw_breakpoint_init()
1199 core_num_brps, core_has_mismatch_brps() ? "(+1 reserved) " : in arch_hw_breakpoint_init()
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c39 static int core_num_brps; variable
237 max_slots = core_num_brps; in hw_breakpoint_control()
589 max_slots = core_num_brps; in toggle_bp_registers()
634 for (i = 0; i < core_num_brps; ++i) { in breakpoint_handler()
955 for (slots = this_cpu_ptr(bp_on_reg), i = 0; i < core_num_brps; ++i) { in hw_breakpoint_reset()
983 core_num_brps = get_num_brps(); in arch_hw_breakpoint_init()
987 core_num_brps, core_num_wrps); in arch_hw_breakpoint_init()