Home
last modified time | relevance | path

Searched refs:PROT_MTE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dmte_def.h14 #ifndef PROT_MTE
15 #define PROT_MTE 0x20 macro
H A Dmte_common_util.c137 prot_flag |= PROT_MTE; in __mte_allocate_memory_range()
150 if (mprotect(ptr, entire_size, prot_flag | PROT_MTE)) { in __mte_allocate_memory_range()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmman.h17 if (system_supports_mte() && (prot & PROT_MTE)) in arch_calc_vm_prot_bits()
71 supported |= PROT_MTE; in arch_validate_prot()
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dmemory-tagging-extension.rst33 PROT_MTE section in Userspace Support
40 ``PROT_MTE`` - Pages allow access to the MTE allocation tags.
46 **Note**: ``PROT_MTE`` is only supported on ``MAP_ANONYMOUS`` and
51 **Note**: The ``PROT_MTE`` flag (and corresponding memory type) cannot
61 When ``PROT_MTE`` is enabled on an address range and a mismatch between
164 - ``PROT_MTE`` not set on any of the initial memory maps
204 mapped with the ``PROT_MTE`` flag). ``iov_len`` not updated.
243 #define PROT_MTE 0x20
309 if (mprotect(a, page_sz, PROT_READ | PROT_WRITE | PROT_MTE)) {
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dmman.h8 #define PROT_MTE 0x20 /* Normal Tagged mapping */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmman.h27 #define PROT_MTE 0x20 macro