Searched refs:PROT_BTI (Results 1 – 7 of 7) sorted by relevance
11 #ifndef PROT_BTI12 #define PROT_BTI 0x10 macro90 PROT_EXEC | PROT_READ | PROT_WRITE | PROT_BTI, in main()
16 if (system_supports_bti() && (prot & PROT_BTI)) in arch_calc_vm_prot_bits()51 supported |= PROT_BTI; in arch_validate_prot()
7 #define PROT_BTI 0x10 /* BTI guarded page */ macro
20 # define PROT_BTI 0 macro189 ret = mprotect(self->p, self->size, PROT_EXEC | PROT_BTI); in TEST_F()
100 #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()
756 prot |= PROT_BTI; in arch_elf_adjust_prot()