Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/pi/
H A Dmap_kernel.c66 if (IS_ENABLED(CONFIG_ARM64_BTI_KERNEL) && cpu_has_bti()) { in map_kernel()
/linux/arch/arm64/include/asm/
H A Dcpufeature.h1020 static inline bool cpu_has_bti(void) in cpu_has_bti() function