Home
last modified time | relevance | path

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

/Linux-v5.10/arch/riscv/kernel/
Dcpufeature.c74 isa2hwcap['d'] = isa2hwcap['D'] = COMPAT_HWCAP_ISA_D; in riscv_fill_hwcap()
130 if ((elf_hwcap & COMPAT_HWCAP_ISA_F) && !(elf_hwcap & COMPAT_HWCAP_ISA_D)) { in riscv_fill_hwcap()
148 if (elf_hwcap & (COMPAT_HWCAP_ISA_F | COMPAT_HWCAP_ISA_D)) in riscv_fill_hwcap()
Dhead.S347 andi t0, t0, (COMPAT_HWCAP_ISA_F | COMPAT_HWCAP_ISA_D)
/Linux-v5.10/arch/riscv/include/uapi/asm/
Dhwcap.h22 #define COMPAT_HWCAP_ISA_D (1 << ('D' - 'A')) macro