Searched refs:PROT_MTE (Results 1 – 5 of 5) sorted by relevance
14 #ifndef PROT_MTE15 #define PROT_MTE 0x20 macro
144 prot_flag |= PROT_MTE; in __mte_allocate_memory_range()157 if (mprotect(ptr, entire_size, prot_flag | PROT_MTE)) { in __mte_allocate_memory_range()
17 if (system_supports_mte() && (prot & PROT_MTE)) in arch_calc_vm_prot_bits()47 supported |= PROT_MTE; in arch_validate_prot()
33 PROT_MTE section in Userspace Support40 ``PROT_MTE`` - Pages allow access to the MTE allocation tags.46 **Note**: ``PROT_MTE`` is only supported on ``MAP_ANONYMOUS`` and51 **Note**: The ``PROT_MTE`` flag (and corresponding memory type) cannot61 When ``PROT_MTE`` is enabled on an address range and a mismatch between175 - ``PROT_MTE`` not set on any of the initial memory maps215 mapped with the ``PROT_MTE`` flag). ``iov_len`` not updated.230 The allocation tags for user memory mapped with ``PROT_MTE`` are dumped277 #define PROT_MTE 0x20343 if (mprotect(a, page_sz, PROT_READ | PROT_WRITE | PROT_MTE)) {
8 #define PROT_MTE 0x20 /* Normal Tagged mapping */ macro