Searched refs:L_PTE_CACHEABLE (Results 1 – 5 of 5) sorted by relevance
115 #define L_PTE_CACHEABLE (1 << 3) macro125 #define _L_PTE_READ L_PTE_USER | L_PTE_CACHEABLE | L_PTE_BUFFERABLE131 #define PAGE_KERNEL __pgprot(_L_PTE_DEFAULT | L_PTE_CACHEABLE | L_PTE_BUFFERABLE | L_PTE_DIRTY …164 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE))
159 if (pte_present(entry) && pte_val(entry) & L_PTE_CACHEABLE) { in adjust_pte()161 pte_val(entry) &= ~L_PTE_CACHEABLE; in adjust_pte()
246 (md->cacheable ? L_PTE_CACHEABLE : 0) | in create_mapping()
52 DEFN("LPTE_CACHEABLE", L_PTE_CACHEABLE); in func()
1143 pgprot_val(vma->vm_page_prot) &= ~L_PTE_CACHEABLE; in acornfb_mmap()