Searched refs:source_isa (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/riscv/kernel/ |
| H A D | cpufeature.c | 625 static void __init riscv_resolve_isa(unsigned long *source_isa, in riscv_resolve_isa() argument 642 for_each_set_bit(bit, source_isa, RISCV_ISA_EXT_MAX) { in riscv_resolve_isa() 652 clear_bit(bit, source_isa); in riscv_resolve_isa() 659 clear_bit(bit, source_isa); in riscv_resolve_isa() 854 DECLARE_BITMAP(source_isa, RISCV_ISA_EXT_MAX) = { 0 }; in riscv_fill_hwcap_from_isa_string() 877 riscv_parse_isa_string(isa, source_isa); in riscv_fill_hwcap_from_isa_string() 885 set_bit(RISCV_ISA_EXT_ZICSR, source_isa); in riscv_fill_hwcap_from_isa_string() 886 set_bit(RISCV_ISA_EXT_ZIFENCEI, source_isa); in riscv_fill_hwcap_from_isa_string() 887 set_bit(RISCV_ISA_EXT_ZICNTR, source_isa); in riscv_fill_hwcap_from_isa_string() 888 set_bit(RISCV_ISA_EXT_ZIHPM, source_isa); in riscv_fill_hwcap_from_isa_string() [all …]
|