Home
last modified time | relevance | path

Searched refs:L_PTE_CACHEABLE (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-arm/proc-armv/
Dpgtable.h115 #define L_PTE_CACHEABLE (1 << 3) 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/mm/
Dfault-armv.c159 if (pte_present(entry) && pte_val(entry) & L_PTE_CACHEABLE) { in adjust_pte()
161 pte_val(entry) &= ~L_PTE_CACHEABLE; in adjust_pte()
Dmm-armv.c246 (md->cacheable ? L_PTE_CACHEABLE : 0) | in create_mapping()
/linux-2.4.37.9/arch/arm/tools/
Dgetconstants.c52 DEFN("LPTE_CACHEABLE", L_PTE_CACHEABLE); in func()
/linux-2.4.37.9/drivers/video/
Dacornfb.c1143 pgprot_val(vma->vm_page_prot) &= ~L_PTE_CACHEABLE; in acornfb_mmap()