Home
last modified time | relevance | path

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

/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()
/qemu/linux-headers/asm-arm64/
H A Dmman.h7 #define PROT_BTI 0x10 /* BTI guarded page */ macro
/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()