Searched refs:isa2hwcap (Results 1 – 1 of 1) sorted by relevance
189 unsigned long *isa2hwcap, const char *isa) in riscv_parse_isa_string() argument333 *this_hwcap |= isa2hwcap[nr]; in riscv_parse_isa_string()345 static void __init riscv_fill_hwcap_from_isa_string(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_isa_string() argument385 riscv_parse_isa_string(&this_hwcap, isainfo, isa2hwcap, isa); in riscv_fill_hwcap_from_isa_string()419 static int __init riscv_fill_hwcap_from_ext_list(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_ext_list() argument449 this_hwcap |= isa2hwcap[riscv_isa_ext[i].id]; in riscv_fill_hwcap_from_ext_list()492 unsigned long isa2hwcap[26] = {0}; in riscv_fill_hwcap() local495 isa2hwcap['i' - 'a'] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()496 isa2hwcap['m' - 'a'] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()497 isa2hwcap['a' - 'a'] = COMPAT_HWCAP_ISA_A; in riscv_fill_hwcap()[all …]