Searched refs:RISCV_ISA_EXT_v (Results 1 – 3 of 3) sorted by relevance
21 #define RISCV_ISA_EXT_v ('v' - 'a') macro
311 __RISCV_ISA_EXT_SUPERSET(v, RISCV_ISA_EXT_v, riscv_v_exts),692 this_hwcap &= ~isa2hwcap[RISCV_ISA_EXT_v]; in riscv_fill_hwcap_from_isa_string()693 clear_bit(RISCV_ISA_EXT_v, source_isa); in riscv_fill_hwcap_from_isa_string()
35 [KVM_RISCV_ISA_EXT_V] = RISCV_ISA_EXT_v,