Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c190 unsigned long *isa2hwcap, const char *isa) in riscv_parse_isa_string() argument
334 *this_hwcap |= isa2hwcap[nr]; in riscv_parse_isa_string()
346 static void __init riscv_fill_hwcap_from_isa_string(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_isa_string() argument
391 riscv_parse_isa_string(&this_hwcap, isainfo, isa2hwcap, isa); in riscv_fill_hwcap_from_isa_string()
414 this_hwcap &= ~isa2hwcap[RISCV_ISA_EXT_v]; in riscv_fill_hwcap_from_isa_string()
438 static int __init riscv_fill_hwcap_from_ext_list(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_ext_list() argument
468 this_hwcap |= isa2hwcap[riscv_isa_ext[i].id]; in riscv_fill_hwcap_from_ext_list()
511 unsigned long isa2hwcap[26] = {0}; in riscv_fill_hwcap() local
514 isa2hwcap['i' - 'a'] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()
515 isa2hwcap['m' - 'a'] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()
[all …]