Searched refs:PROT_MTE (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-metadata-aarch64.cc | 50 PROT_READ | PROT_WRITE | PROT_MTE, in TEST() 75 simulator.Munmap(tagged_address, data_size, PROT_MTE); in TEST() 85 PROT_READ | PROT_WRITE | PROT_MTE, in TEST() 108 PROT_READ | PROT_WRITE | PROT_MTE, in TEST() 114 simulator.Munmap(tagged_address_2, data_size, PROT_MTE); in TEST() 125 simulator.Munmap(tagged_address, data_size, PROT_MTE); in TEST()
|
H A D | test-assembler-aarch64.cc | 2927 PROT_READ | PROT_WRITE | PROT_MTE, 3080 simulator.Munmap(data_ptr, data_size, PROT_MTE); 3133 PROT_READ | PROT_WRITE | PROT_MTE, 3252 simulator.Munmap(data_ptr, data_size, PROT_MTE); 14196 PROT_READ | PROT_WRITE | PROT_MTE, 14236 simulator.Munmap(dst_addr, dst_size, PROT_MTE);
|
/third_party/optimized-routines/string/test/ |
H A D | mte.h | 24 #define PROT_MTE 0x20 macro 48 return mmap (NULL, size, PROT_READ | PROT_WRITE | PROT_MTE, in mte_mmap()
|
/third_party/musl/arch/aarch64/bits/ |
H A D | mman.h | 2 #define PROT_MTE 0x20 macro
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 61 #ifndef PROT_MTE 62 #define PROT_MTE 0x20 macro
|
H A D | simulator-aarch64.cc | 14685 // PROT_BTI and PROT_MTE. Although the kernel probably just ignores the bits in Simulator() 14688 prot &= ~(PROT_BTI | PROT_MTE); in Simulator() 14693 if (intenal_prot & PROT_MTE) { in Simulator() 14705 if (prot & PROT_MTE) { in Simulator()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1017 pub const PROT_MTE: u32 = 32; consts
|
Completed in 45 milliseconds