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

/linux-4.4.14/arch/arm64/kernel/
H A Dhw_breakpoint.c49 static int core_num_brps; variable
244 max_slots = core_num_brps; hw_breakpoint_control()
552 max_slots = core_num_brps; toggle_bp_registers()
596 for (i = 0; i < core_num_brps; ++i) { breakpoint_handler()
866 for (slots = this_cpu_ptr(bp_on_reg), i = 0; i < core_num_brps; ++i) { hw_breakpoint_reset()
912 core_num_brps = get_num_brps(); arch_hw_breakpoint_init()
916 core_num_brps, core_num_wrps); arch_hw_breakpoint_init()
/linux-4.4.14/arch/arm/kernel/
H A Dhw_breakpoint.c47 static int core_num_brps; variable
348 max_slots = core_num_brps; arch_install_hw_breakpoint()
377 ctrl_base = ARM_BASE_BCR + core_num_brps; arch_install_hw_breakpoint()
378 val_base = ARM_BASE_BVR + core_num_brps; arch_install_hw_breakpoint()
400 max_slots = core_num_brps; arch_uninstall_hw_breakpoint()
427 base = ARM_BASE_BCR + core_num_brps; arch_uninstall_hw_breakpoint()
811 for (i = 0; i < core_num_brps; ++i) { breakpoint_handler()
1072 core_num_brps = get_num_brps(); arch_hw_breakpoint_init()
1091 core_num_brps = 0; arch_hw_breakpoint_init()
1098 core_num_brps, core_has_mismatch_brps() ? "(+1 reserved) " : arch_hw_breakpoint_init()

Completed in 108 milliseconds