Searched refs:isa2hwcap (Results 1 – 1 of 1) sorted by relevance
627 unsigned long *isa2hwcap) in riscv_resolve_isa() argument663 *this_hwcap |= isa2hwcap[bit]; in riscv_resolve_isa()831 static void __init riscv_fill_hwcap_from_isa_string(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_isa_string() argument900 this_hwcap &= ~isa2hwcap[RISCV_ISA_EXT_v]; in riscv_fill_hwcap_from_isa_string()904 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_isa_string()1021 static int __init riscv_fill_hwcap_from_ext_list(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_ext_list() argument1053 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_ext_list()1107 unsigned long isa2hwcap[26] = {0}; in riscv_fill_hwcap() local1110 isa2hwcap['i' - 'a'] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()1111 isa2hwcap['m' - 'a'] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()[all …]