HomeSort by relevance Sort by last modified time
    Searched refs:L_PTE_CACHEABLE (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/asm-arm/
pgtable.h 160 #define L_PTE_CACHEABLE (1 << 3) /* matches PTE */
174 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_CACHEABLE | L_PTE_BUFFERABLE
273 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE))
274 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~L_PTE_CACHEABLE)
io.h 238 #define ioremap_cached(cookie,size) __ioremap(cookie,size,L_PTE_CACHEABLE)
243 #define ioremap_cached(cookie,size) __arch_ioremap((cookie),(size),L_PTE_CACHEABLE)

Completed in 17 milliseconds