Home
last modified time | relevance | path

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

/linux/arch/riscv/include/uapi/asm/
H A Dhwcap.h22 #define COMPAT_HWCAP_ISA_D (1 << ('D' - 'A')) macro
/linux/arch/riscv/kernel/
H A Dcpufeature.c875 isa2hwcap['d' - 'a'] = COMPAT_HWCAP_ISA_D; in riscv_fill_hwcap()
894 if ((elf_hwcap & COMPAT_HWCAP_ISA_F) && !(elf_hwcap & COMPAT_HWCAP_ISA_D)) { in riscv_fill_hwcap()
H A Dhead.S397 andi t0, t0, (COMPAT_HWCAP_ISA_F | COMPAT_HWCAP_ISA_D)