Searched refs:COMPAT_HWCAP_ISA_D (Results 1 – 3 of 3) sorted by relevance
22 #define COMPAT_HWCAP_ISA_D (1 << ('D' - 'A')) macro
84 isa2hwcap['d'] = isa2hwcap['D'] = COMPAT_HWCAP_ISA_D; in riscv_fill_hwcap()230 if ((elf_hwcap & COMPAT_HWCAP_ISA_F) && !(elf_hwcap & COMPAT_HWCAP_ISA_D)) { in riscv_fill_hwcap()
394 andi t0, t0, (COMPAT_HWCAP_ISA_F | COMPAT_HWCAP_ISA_D)