Searched refs:isa2hwcap (Results 1 – 1 of 1) sorted by relevance
661 unsigned long *isa2hwcap) in riscv_resolve_isa() argument697 *this_hwcap |= isa2hwcap[bit]; in riscv_resolve_isa()865 static void __init riscv_fill_hwcap_from_isa_string(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_isa_string() argument936 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_isa_string()1053 static int __init riscv_fill_hwcap_from_ext_list(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_ext_list() argument1085 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_ext_list()1139 unsigned long isa2hwcap[RISCV_ISA_EXT_BASE] = {0}; in riscv_fill_hwcap() local1142 isa2hwcap[RISCV_ISA_EXT_I] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()1143 isa2hwcap[RISCV_ISA_EXT_M] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()1144 isa2hwcap[RISCV_ISA_EXT_A] = COMPAT_HWCAP_ISA_A; in riscv_fill_hwcap()[all …]