Searched refs:HWCAP_LPAE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/arm/include/uapi/asm/ | ||
D | hwcap.h | 28 #define HWCAP_LPAE (1 << 20) macro |
/linux-4.4.14/arch/arm/kernel/ | ||
D | setup.c | 395 elf_hwcap |= HWCAP_LPAE; in cpuid_init_hwcaps() |