Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h141 static inline int get_num_wrps(void) in get_num_wrps() function
/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h148 static inline int get_num_wrps(void) in get_num_wrps() function
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c186 static int get_num_wrps(void) in get_num_wrps() function
285 return get_num_wrps(); in hw_breakpoint_slots()
1205 core_num_wrps = get_num_wrps(); in arch_hw_breakpoint_init()
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c54 return get_num_wrps(); in hw_breakpoint_slots()
979 core_num_wrps = get_num_wrps(); 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()