Searched refs:PROT_BTI (Results 1 – 3 of 3) sorted by relevance
11 #ifndef PROT_BTI12 #define PROT_BTI 0x10 macro90 PROT_EXEC | PROT_READ | PROT_WRITE | PROT_BTI, in main()
7 #define PROT_BTI 0x10 /* BTI guarded page */ macro
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()