Searched refs:L_PTE_BUFFERABLE (Results 1 – 3 of 3) sorted by relevance
114 #define L_PTE_BUFFERABLE (1 << 2) 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))
51 DEFN("LPTE_BUFFERABLE", L_PTE_BUFFERABLE); in func()
247 (md->bufferable ? L_PTE_BUFFERABLE : 0); in create_mapping()