Home
last modified time | relevance | path

Searched refs:PROT_MTE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dmman.h17 if (system_supports_mte() && (prot & PROT_MTE)) in arch_calc_vm_prot_bits()
47 supported |= PROT_MTE; in arch_validate_prot()
/kernel/linux/linux-5.10/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()
152 ksft_print_msg("FAIL: mprotect PROT_MTE property\n"); in __mte_allocate_memory_range()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H A Dmte_def.h14 #ifndef PROT_MTE
15 #define PROT_MTE 0x20 macro
H A Dmte_common_util.c144 prot_flag |= PROT_MTE; in __mte_allocate_memory_range()
157 if (mprotect(ptr, entire_size, prot_flag | PROT_MTE)) { in __mte_allocate_memory_range()
159 ksft_print_msg("FAIL: mprotect PROT_MTE property\n"); in __mte_allocate_memory_range()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dmman.h17 if (system_supports_mte() && (prot & PROT_MTE)) in arch_calc_vm_prot_bits()
47 * memory type: (1) the user requested it via PROT_MTE passed to in arch_vm_get_page_prot()
71 supported |= PROT_MTE; in arch_validate_prot()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H A Dmman.h8 #define PROT_MTE 0x20 /* Normal Tagged mapping */ macro
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H A Dmman.h8 #define PROT_MTE 0x20 /* Normal Tagged mapping */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H A Dmman.h23 #define PROT_MTE 0x20 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H A Dmman.h23 #define PROT_MTE 0x20 macro

Completed in 3 milliseconds