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