Home
last modified time | relevance | path

Searched refs:HWCAP_IWMMXT (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h17 #define HWCAP_IWMMXT (1 << 9) macro
/linux/arch/arm/kernel/
H A Delf.c71 if (elf_hwcap & HWCAP_IWMMXT && in elf_set_personality()
H A Dxscale-cp0.c167 elf_hwcap |= HWCAP_IWMMXT; in xscale_cp0_init()
/linux/arch/arm/mach-pxa/
H A Dpm.c31 if (elf_hwcap & HWCAP_IWMMXT) in pxa_pm_enter()