Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dhwcap.h7 #define HWCAP_MIPS_MSA (1 << 1) macro
/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c1951 elf_hwcap |= HWCAP_MIPS_MSA; in cpu_probe()
/openbmc/qemu/linux-user/
H A Delfload.c1460 HWCAP_MIPS_MSA = (1 << 1), enumerator
1498 GET_FEATURE_REG_SET(CP0_Config3, 1 << CP0C3_MSAP, HWCAP_MIPS_MSA); in get_elf_hwcap()