Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dhwcap.h24 #define COMPAT_HWCAP_ISA_V (1 << ('V' - 'A')) macro
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c520 isa2hwcap['v' - 'a'] = COMPAT_HWCAP_ISA_V; in riscv_fill_hwcap()
542 if (elf_hwcap & COMPAT_HWCAP_ISA_V) { in riscv_fill_hwcap()
550 elf_hwcap &= ~COMPAT_HWCAP_ISA_V; in riscv_fill_hwcap()
573 hwcap &= ~COMPAT_HWCAP_ISA_V; in riscv_get_elf_hwcap()
H A Dsmpboot.c253 elf_hwcap &= ~COMPAT_HWCAP_ISA_V; in smp_callin()
H A Dvector.c140 if (!(ELF_HWCAP & COMPAT_HWCAP_ISA_V)) in riscv_v_first_use_handler()
H A Dhead.S440 li t1, COMPAT_HWCAP_ISA_V
/openbmc/linux/Documentation/riscv/
H A Dvector.rst21 please read :c:macro:`COMPAT_HWCAP_ISA_V` bit of :c:macro:`ELF_HWCAP` in the
95 reading :c:macro:`COMPAT_HWCAP_ISA_V` bit of :c:macro:`ELF_HWCAP` in the