Searched refs:source_isa (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/riscv/kernel/ |
| H A D | cpufeature.c | 659 static void __init riscv_resolve_isa(unsigned long *source_isa, in riscv_resolve_isa() argument 676 for_each_set_bit(bit, source_isa, RISCV_ISA_EXT_MAX) { in riscv_resolve_isa() 686 clear_bit(bit, source_isa); in riscv_resolve_isa() 693 clear_bit(bit, source_isa); in riscv_resolve_isa() 888 DECLARE_BITMAP(source_isa, RISCV_ISA_EXT_MAX) = { 0 }; in riscv_fill_hwcap_from_isa_string() 911 riscv_parse_isa_string(isa, source_isa); in riscv_fill_hwcap_from_isa_string() 919 set_bit(RISCV_ISA_EXT_ZICSR, source_isa); in riscv_fill_hwcap_from_isa_string() 920 set_bit(RISCV_ISA_EXT_ZIFENCEI, source_isa); in riscv_fill_hwcap_from_isa_string() 921 set_bit(RISCV_ISA_EXT_ZICNTR, source_isa); in riscv_fill_hwcap_from_isa_string() 922 set_bit(RISCV_ISA_EXT_ZIHPM, source_isa); in riscv_fill_hwcap_from_isa_string() [all …]
|