Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/kernel/
Dcpufeature.c189 unsigned long *isa2hwcap, const char *isa) in riscv_parse_isa_string() argument
333 *this_hwcap |= isa2hwcap[nr]; in riscv_parse_isa_string()
345 static void __init riscv_fill_hwcap_from_isa_string(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_isa_string() argument
385 riscv_parse_isa_string(&this_hwcap, isainfo, isa2hwcap, isa); in riscv_fill_hwcap_from_isa_string()
419 static int __init riscv_fill_hwcap_from_ext_list(unsigned long *isa2hwcap) in riscv_fill_hwcap_from_ext_list() argument
449 this_hwcap |= isa2hwcap[riscv_isa_ext[i].id]; in riscv_fill_hwcap_from_ext_list()
492 unsigned long isa2hwcap[26] = {0}; in riscv_fill_hwcap() local
495 isa2hwcap['i' - 'a'] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()
496 isa2hwcap['m' - 'a'] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()
497 isa2hwcap['a' - 'a'] = COMPAT_HWCAP_ISA_A; in riscv_fill_hwcap()
[all …]