Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmte.c478 if (!(vma->vm_flags & VM_MTE)) { in __access_remote_tags()
/linux/tools/testing/vma/include/
H A Ddup.h294 #define VM_MTE INIT_VM_FLAG(MTE) macro
297 #define VM_MTE VM_NONE macro
/linux/arch/arm64/mm/
H A Dfault.c1024 if (vma->vm_flags & VM_MTE) in vma_alloc_zeroed_movable_folio()
/linux/include/linux/
H A Dmm.h496 #define VM_MTE INIT_VM_FLAG(MTE) macro
499 #define VM_MTE VM_NONE macro
/linux/fs/proc/
H A Dtask_mmu.c1222 [ilog2(VM_MTE)] = "mt", in show_smap_vma_flags()