Home
last modified time | relevance | path

Searched refs:get_num_brps (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h135 static inline int get_num_brps(void) in get_num_brps() function
/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h139 static inline int get_num_brps(void) in get_num_brps() function
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c213 static int get_num_brps(void) in get_num_brps() function
283 return get_num_brps(); in hw_breakpoint_slots()
1204 core_num_brps = get_num_brps(); in arch_hw_breakpoint_init()
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c52 return get_num_brps(); in hw_breakpoint_slots()
987 core_num_brps = get_num_brps(); in arch_hw_breakpoint_init()
/linux/arch/loongarch/kernel/
H A Dcpu-probe.c278 if (get_num_brps() + get_num_wrps()) in cpu_probe_common()