Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h29 #define HWCAP_LPAE (1 << 20) macro
/openbmc/linux/arch/arm/mm/
H A Didmap.c115 if (!(elf_hwcap & HWCAP_LPAE)) in init_static_idmap()
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c461 elf_hwcap |= HWCAP_LPAE; in cpuid_init_hwcaps()
/openbmc/qemu/include/
H A Delf.h517 #define HWCAP_LPAE (1 << 20) macro