Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/kernel/
Dcpufeature.c31 isa2hwcap['d'] = isa2hwcap['D'] = COMPAT_HWCAP_ISA_D; in riscv_fill_hwcap()
63 if ((elf_hwcap & COMPAT_HWCAP_ISA_F) && !(elf_hwcap & COMPAT_HWCAP_ISA_D)) { 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.h22 #define COMPAT_HWCAP_ISA_D (1 << ('D' - 'A')) macro