Home
last modified time | relevance | path

Searched refs:PROT_BTI (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/
H A Dbti-2.c11 #ifndef PROT_BTI
12 #define PROT_BTI 0x10 macro
90 PROT_EXEC | PROT_READ | PROT_WRITE | PROT_BTI, in main()
/openbmc/linux/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()
/openbmc/qemu/linux-headers/asm-arm64/
H A Dmman.h7 #define PROT_BTI 0x10 /* BTI guarded page */ macro
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dmman.h7 #define PROT_BTI 0x10 /* BTI guarded page */ macro
/openbmc/linux/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()
/openbmc/qemu/tcg/
H A Dregion.c100 #if defined(CONFIG_LINUX) && defined(HOST_AARCH64) && defined(PROT_BTI) in host_prot_read_exec()
102 return PROT_READ | PROT_EXEC | PROT_BTI; in host_prot_read_exec()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c756 prot |= PROT_BTI; in arch_elf_adjust_prot()