Home
last modified time | relevance | path

Searched refs:system_supports_bti_kernel (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/kernel/
H A Defi.c124 else if (system_supports_bti_kernel() && spd->has_bti) in set_permissions()
H A Dvdso.c124 if (system_supports_bti_kernel()) in __setup_additional_pages()
/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h104 #define PTE_MAYBE_GP (system_supports_bti_kernel() ? PTE_GP : 0)
H A Dcpufeature.h828 static inline bool system_supports_bti_kernel(void) in system_supports_bti_kernel() function
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c355 if (system_supports_bti_kernel()) in hyp_set_prot_attr()