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

/linux-4.1.27/arch/metag/include/asm/
H A Dpgtable.h54 _PAGE_CACHEABLE)
57 _PAGE_ACCESSED | _PAGE_CACHEABLE)
60 _PAGE_CACHEABLE)
64 _PAGE_CACHEABLE)
67 _PAGE_CACHEABLE | _PAGE_KERNEL)
146 __pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE) pte_mkhuge()
H A Dmmu_context.h65 metag_out32(0x900 | _PAGE_CACHEABLE | _PAGE_PRIV | _PAGE_WRITE | load_pgd()
H A Dio.h158 __ioremap((offset), (size), _PAGE_CACHEABLE)
H A Dpgtable-bits.h50 #define _PAGE_CACHEABLE (_PAGE_CACHE_WIN3 | _PAGE_WR_COMBINE) macro
/linux-4.1.27/arch/arc/include/asm/
H A Dpgtable.h59 #define _PAGE_CACHEABLE (1<<2) /* Page is cached (H) */ macro
69 #define _PAGE_CACHEABLE (1<<0) /* Page is cached (H) */ macro
86 #define _PAGE_DEF_CACHEABLE _PAGE_CACHEABLE
123 #define PTE_BITS_NON_RWX_IN_PD1 (PAGE_MASK | _PAGE_CACHEABLE)
312 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE))
/linux-4.1.27/arch/metag/mm/
H A Dmmu-meta2.c192 _PAGE_CACHEABLE | _PAGE_KERNEL); mmu_init()

Completed in 485 milliseconds