Home
last modified time | relevance | path

Searched refs:cpu_has_lpa2 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kernel/pi/
H A Dmap_kernel.c224 } else if (IS_ENABLED(CONFIG_ARM64_LPA2) && !cpu_has_lpa2()) { in early_map_kernel()
/linux/arch/arm64/include/asm/
H A Dcpufeature.h1023 static inline bool cpu_has_lpa2(void) in cpu_has_lpa2() function