Searched refs:isa2hwcap (Results 1 – 1 of 1) sorted by relevance
419 unsigned long *isa2hwcap) in riscv_resolve_isa() argument455 *this_hwcap |= isa2hwcap[bit]; in riscv_resolve_isa()623 static void __init riscv_fill_hwcap_from_isa_string(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_isa_string() argument692 this_hwcap &= ~isa2hwcap[RISCV_ISA_EXT_v]; in riscv_fill_hwcap_from_isa_string()696 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_isa_string()773 static int __init riscv_fill_hwcap_from_ext_list(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_ext_list() argument804 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_ext_list()847 unsigned long isa2hwcap[26] = {0}; in riscv_fill_hwcap() local850 isa2hwcap['i' - 'a'] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()851 isa2hwcap['m' - 'a'] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()[all …]