Searched refs:get_num_brps (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dhw_breakpoint.h133 static inline int get_num_brps(void) function
/linux-master/arch/arm64/include/asm/
H A Dhw_breakpoint.h139 static inline int get_num_brps(void) function
/linux-master/arch/arm64/kvm/
H A Ddebug.c244 trace_kvm_arm_set_regset("BKPTS", get_num_brps(),
307 trace_kvm_arm_set_regset("BKPTS", get_num_brps(),
H A Darm.c295 r = get_num_brps();
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c27 return get_num_brps();
504 boot_cpu_data.watch_ireg_count = get_num_brps();
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c51 return get_num_brps();
984 core_num_brps = get_num_brps();
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c212 static int get_num_brps(void) function
282 return get_num_brps();
1169 core_num_brps = get_num_brps();

Completed in 148 milliseconds