Searched refs:COMPAT_HWCAP_ISA_D (Results 1 – 3 of 3) sorted by relevance
22 #define COMPAT_HWCAP_ISA_D (1 << ('D' - 'A')) macro
875 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()
397 andi t0, t0, (COMPAT_HWCAP_ISA_F | COMPAT_HWCAP_ISA_D)