Home
last modified time | relevance | path

Searched refs:HWCAP_SPARC_V9 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Delf_32.h65 #define HWCAP_SPARC_V9 16 macro
H A Delf_64.h67 #define HWCAP_SPARC_V9 0x00000010 macro
/openbmc/linux/arch/sparc/kernel/
H A Dsetup_64.c390 HWCAP_SPARC_V9);
/openbmc/qemu/include/
H A Delf.h573 #define HWCAP_SPARC_V9 0x00000010 macro
/openbmc/qemu/linux-user/
H A Delfload.c1015 r |= HWCAP_SPARC_V9 | HWCAP_SPARC_V8PLUS; in get_elf_hwcap()