Home
last modified time | relevance | path

Searched refs:TARGET_PROT_BTI (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/qemu/qemu-6.2.0/linux-user/
H A Dmmap.c98 if ((prot & TARGET_PROT_BTI) && cpu_isar_feature(aa64_bti, cpu)) { in validate_prot_to_pageflags()
99 valid |= TARGET_PROT_BTI; in validate_prot_to_pageflags()
H A Dsyscall_defs.h1305 #define TARGET_PROT_BTI 0x10 macro
H A Delfload.c2830 prot_exec |= TARGET_PROT_BTI; in load_elf_image()
/dports/emulators/qemu60/qemu-6.0.0/linux-user/
H A Dmmap.c96 if ((prot & TARGET_PROT_BTI) && cpu_isar_feature(aa64_bti, cpu)) { in validate_prot_to_pageflags()
97 valid |= TARGET_PROT_BTI; in validate_prot_to_pageflags()
H A Dsyscall_defs.h1316 #define TARGET_PROT_BTI 0x10 macro
H A Delfload.c2778 prot_exec |= TARGET_PROT_BTI; in load_elf_image()
/dports/emulators/qemu5/qemu-5.2.0/linux-user/
H A Dmmap.c93 if (prot & TARGET_PROT_BTI) { in validate_prot_to_pageflags()
96 valid |= TARGET_PROT_BTI; in validate_prot_to_pageflags()
H A Dsyscall_defs.h1281 #define TARGET_PROT_BTI 0x10 macro
H A Delfload.c2756 prot_exec |= TARGET_PROT_BTI; in load_elf_image()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/
H A Dmmap.c98 if ((prot & TARGET_PROT_BTI) && cpu_isar_feature(aa64_bti, cpu)) { in validate_prot_to_pageflags()
99 valid |= TARGET_PROT_BTI; in validate_prot_to_pageflags()
H A Dsyscall_defs.h1301 #define TARGET_PROT_BTI 0x10 macro
H A Delfload.c2830 prot_exec |= TARGET_PROT_BTI; in load_elf_image()