Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/proc-armv/
Dpgtable.h114 #define L_PTE_BUFFERABLE (1 << 2) macro
125 #define _L_PTE_READ L_PTE_USER | L_PTE_CACHEABLE | L_PTE_BUFFERABLE
131 #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))
/linux-2.4.37.9/arch/arm/tools/
Dgetconstants.c51 DEFN("LPTE_BUFFERABLE", L_PTE_BUFFERABLE); in func()
/linux-2.4.37.9/arch/arm/mm/
Dmm-armv.c247 (md->bufferable ? L_PTE_BUFFERABLE : 0); in create_mapping()