Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dhwprobe.h28 #define RISCV_HWPROBE_IMA_V (1 << 2) macro
/openbmc/qemu/util/
H A Dcpuinfo-riscv.c80 info |= pair.value & RISCV_HWPROBE_IMA_V ? CPUINFO_ZVE64X : 0; in cpuinfo_init()
/openbmc/linux/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c99 if (!(pair.value & RISCV_HWPROBE_IMA_V)) { in main()
/openbmc/linux/arch/riscv/kernel/
H A Dsys_riscv.c139 pair->value |= RISCV_HWPROBE_IMA_V; in hwprobe_isa_ext0()
/openbmc/linux/Documentation/riscv/
H A Dhwprobe.rst67 * :c:macro:`RISCV_HWPROBE_IMA_V`: The V extension is supported, as defined by
/openbmc/qemu/linux-user/
H A Dsyscall.c8932 #define RISCV_HWPROBE_IMA_V (1 << 2) macro
9017 RISCV_HWPROBE_IMA_V : 0; in risc_hwprobe_fill_pairs()