Home
last modified time | relevance | path

Searched refs:PROT_BTI (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dmman.h14 if (system_supports_bti() && (prot & PROT_BTI)) in arch_calc_vm_prot_bits()
44 supported |= PROT_BTI; in arch_validate_prot()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dmman.h14 if (system_supports_bti() && (prot & PROT_BTI)) in arch_calc_vm_prot_bits()
68 supported |= PROT_BTI; in arch_validate_prot()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H A Dmman.h7 #define PROT_BTI 0x10 /* BTI guarded page */ macro
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H A Dmman.h7 #define PROT_BTI 0x10 /* BTI guarded page */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H A Dmman.h22 #define PROT_BTI 0x10 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H A Dmman.h22 #define PROT_BTI 0x10 macro
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmdwe_test.c20 # define PROT_BTI 0 macro
189 ret = mprotect(self->p, self->size, PROT_EXEC | PROT_BTI); in TEST_F()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dprocess.c727 * responsible for setting PROT_BTI on everything except in arch_elf_adjust_prot()
737 prot |= PROT_BTI; in arch_elf_adjust_prot()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dprocess.c746 * responsible for setting PROT_BTI on everything except in arch_elf_adjust_prot()
756 prot |= PROT_BTI; in arch_elf_adjust_prot()

Completed in 4 milliseconds