Home
last modified time | relevance | path

Searched refs:isa2hwcap (Results 1 – 1 of 1) sorted by relevance

/linux/arch/riscv/kernel/
H A Dcpufeature.c602 unsigned long *isa2hwcap) in riscv_resolve_isa() argument
638 *this_hwcap |= isa2hwcap[bit]; in riscv_resolve_isa()
806 static void __init riscv_fill_hwcap_from_isa_string(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_isa_string() argument
875 this_hwcap &= ~isa2hwcap[RISCV_ISA_EXT_v]; in riscv_fill_hwcap_from_isa_string()
879 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_isa_string()
996 static int __init riscv_fill_hwcap_from_ext_list(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_ext_list() argument
1028 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_ext_list()
1082 unsigned long isa2hwcap[26] = {0}; in riscv_fill_hwcap() local
1085 isa2hwcap['i' - 'a'] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()
1086 isa2hwcap['m' - 'a'] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()
[all …]