Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dhwcap.h16 #define HWCAP_MIPS_MIPS16E2 (1 << 10) macro
/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c1976 elf_hwcap |= HWCAP_MIPS_MIPS16E2; in cpu_probe()
/openbmc/qemu/linux-user/
H A Delfload.c1469 HWCAP_MIPS_MIPS16E2 = (1 << 10), enumerator