Home
last modified time | relevance | path

Searched refs:TLB_FLUSH_VMA (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/mm/
H A Dcontpte.c72 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in contpte_convert()
/linux/arch/arm/mach-rpc/
H A Decard.c216 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, VM_EXEC); in ecard_init_pgtables()
/linux/include/linux/
H A Dmm.h1400 #define TLB_FLUSH_VMA(mm,flags) { .vm_mm = (mm), .vm_flags = (flags) } macro