Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arc/include/asm/
Dpgtable.h58 #define _PAGE_CACHEABLE (1<<2) /* Page is cached (H) */ macro
69 #define _PAGE_CACHEABLE (1<<0) /* Page is cached (H) */ macro
99 #undef _PAGE_CACHEABLE
100 #define _PAGE_CACHEABLE 0 macro
108 #define ___DEF (_PAGE_PRESENT | _PAGE_CACHEABLE)
127 #define PAGE_KERNEL __pgprot(_K_PAGE_PERMS | _PAGE_CACHEABLE)
137 #define PTE_BITS_NON_RWX_IN_PD1 (0xff00000000 | PAGE_MASK | _PAGE_CACHEABLE)
139 #define PTE_BITS_NON_RWX_IN_PD1 (PAGE_MASK | _PAGE_CACHEABLE)
326 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE))