Home
last modified time | relevance | path

Searched refs:VM_MTE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dmman.h23 ret |= VM_MTE; in arch_calc_vm_prot_bits()
78 if ((vm_flags & VM_MTE) && !(vm_flags & VM_MTE_ALLOWED)) in arch_validate_flags()
/linux/arch/arm64/mm/
H A Dmmap.c109 if (vm_flags & VM_MTE) in vm_get_page_prot()
/linux/arch/arm64/kernel/
H A Delfcore.c16 if (m->flags & VM_MTE)
/linux/include/linux/
H A Dmm.h402 # define VM_MTE VM_HIGH_ARCH_4 /* Use Tagged memory for access control */ macro
405 # define VM_MTE VM_NONE macro
/linux/fs/proc/
H A Dtask_mmu.c963 [ilog2(VM_MTE)] = "mt", in show_smap_vma_flags()