Home
last modified time | relevance | path

Searched refs:system_supports_bti (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dmman.h16 if (system_supports_bti() && (prot & PROT_BTI)) in arch_calc_vm_prot_bits()
50 if (system_supports_bti()) in arch_validate_prot()
H A Delf.h274 if (system_supports_bti() && in arch_parse_elf_property()
H A Dpgtable-prot.h79 #define PTE_MAYBE_GP (system_supports_bti() ? PTE_GP : 0)
H A Dcpufeature.h823 static inline bool system_supports_bti(void) in system_supports_bti() function
/openbmc/linux/arch/arm64/kernel/
H A Defi.c117 system_supports_bti() && spd->has_bti) in set_permissions()
H A Dvdso.c215 if (IS_ENABLED(CONFIG_ARM64_BTI_KERNEL) && system_supports_bti()) in __setup_additional_pages()
H A Dsignal.c1095 if (system_supports_bti()) { in setup_return()
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c404 if (IS_ENABLED(CONFIG_ARM64_BTI_KERNEL) && system_supports_bti()) in hyp_set_prot_attr()