Home
last modified time | relevance | path

Searched refs:_PAGE_CACHEABLE (Results 1 – 6 of 6) sorted by relevance

/arch/arc/include/asm/
Dpgtable.h61 #define _PAGE_CACHEABLE (1<<2) /* Page is cached (H) */ macro
72 #define _PAGE_CACHEABLE (1<<0) /* Page is cached (H) */ macro
102 #undef _PAGE_CACHEABLE
103 #define _PAGE_CACHEABLE 0 macro
111 #define ___DEF (_PAGE_PRESENT | _PAGE_CACHEABLE)
130 #define PAGE_KERNEL __pgprot(_K_PAGE_PERMS | _PAGE_CACHEABLE)
140 #define PTE_BITS_NON_RWX_IN_PD1 (0xff00000000 | PAGE_MASK | _PAGE_CACHEABLE)
142 #define PTE_BITS_NON_RWX_IN_PD1 (PAGE_MASK | _PAGE_CACHEABLE)
331 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE))
/arch/metag/include/asm/
Dpgtable.h56 _PAGE_CACHEABLE)
59 _PAGE_ACCESSED | _PAGE_CACHEABLE)
62 _PAGE_CACHEABLE)
66 _PAGE_CACHEABLE)
69 _PAGE_CACHEABLE | _PAGE_KERNEL)
148 __pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)
Dpgtable-bits.h51 #define _PAGE_CACHEABLE (_PAGE_CACHE_WIN3 | _PAGE_WR_COMBINE) macro
Dmmu_context.h67 metag_out32(0x900 | _PAGE_CACHEABLE | _PAGE_PRIV | _PAGE_WRITE | in load_pgd()
Dio.h159 __ioremap((offset), (size), _PAGE_CACHEABLE)
/arch/metag/mm/
Dmmu-meta2.c193 _PAGE_CACHEABLE | _PAGE_KERNEL); in mmu_init()