Home
last modified time | relevance | path

Searched refs:COMPAT_HWCAP_ISA_F (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/riscv/kernel/
Dcpufeature.c30 isa2hwcap['f'] = isa2hwcap['F'] = COMPAT_HWCAP_ISA_F; in riscv_fill_hwcap()
63 if ((elf_hwcap & COMPAT_HWCAP_ISA_F) && !(elf_hwcap & COMPAT_HWCAP_ISA_D)) { in riscv_fill_hwcap()
65 elf_hwcap &= ~COMPAT_HWCAP_ISA_F; in riscv_fill_hwcap()
71 if (elf_hwcap & (COMPAT_HWCAP_ISA_F | COMPAT_HWCAP_ISA_D)) in riscv_fill_hwcap()
/Linux-v5.4/arch/riscv/include/uapi/asm/
Dhwcap.h21 #define COMPAT_HWCAP_ISA_F (1 << ('F' - 'A')) macro