Searched refs:source_isa (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/riscv/kernel/ |
| H A D | cpufeature.c | 600 static void __init riscv_resolve_isa(unsigned long *source_isa, in riscv_resolve_isa() argument 617 for_each_set_bit(bit, source_isa, RISCV_ISA_EXT_MAX) { in riscv_resolve_isa() 627 clear_bit(bit, source_isa); in riscv_resolve_isa() 634 clear_bit(bit, source_isa); in riscv_resolve_isa() 829 DECLARE_BITMAP(source_isa, RISCV_ISA_EXT_MAX) = { 0 }; in riscv_fill_hwcap_from_isa_string() 852 riscv_parse_isa_string(isa, source_isa); in riscv_fill_hwcap_from_isa_string() 860 set_bit(RISCV_ISA_EXT_ZICSR, source_isa); in riscv_fill_hwcap_from_isa_string() 861 set_bit(RISCV_ISA_EXT_ZIFENCEI, source_isa); in riscv_fill_hwcap_from_isa_string() 862 set_bit(RISCV_ISA_EXT_ZICNTR, source_isa); in riscv_fill_hwcap_from_isa_string() 863 set_bit(RISCV_ISA_EXT_ZIHPM, source_isa); in riscv_fill_hwcap_from_isa_string() [all …]
|