Home
last modified time | relevance | path

Searched refs:FLUSH_NONEXEC (Results 1 – 2 of 2) sorted by relevance

/arch/tile/include/asm/
Dtlbflush.h47 #define FLUSH_NONEXEC ((const struct vm_area_struct *)-1UL) macro
58 if (!vma || (vma != FLUSH_NONEXEC && (vma->vm_flags & VM_EXEC))) in local_flush_tlb_page()
72 if (!vma || (vma != FLUSH_NONEXEC && (vma->vm_flags & VM_EXEC))) in local_flush_tlb_pages()
Dpgtable.h350 local_flush_tlb_page(FLUSH_NONEXEC, (vaddr), PAGE_SIZE); \