Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dcpufeature.c627 unsigned long *isa2hwcap) in riscv_resolve_isa() argument
663 *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() argument
902 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_isa_string()
1019 static int __init riscv_fill_hwcap_from_ext_list(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_ext_list() argument
1051 riscv_resolve_isa(source_isa, isainfo->isa, &this_hwcap, isa2hwcap); in riscv_fill_hwcap_from_ext_list()
1105 unsigned long isa2hwcap[RISCV_ISA_EXT_BASE] = {0}; in riscv_fill_hwcap() local
1108 isa2hwcap[RISCV_ISA_EXT_i] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()
1109 isa2hwcap[RISCV_ISA_EXT_m] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()
1110 isa2hwcap[RISCV_ISA_EXT_a] = COMPAT_HWCAP_ISA_A; in riscv_fill_hwcap()
[all …]