Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/include/asm/
Dpgtable.h60 #define _PAGE_CACHEABLE (1<<2) /* Page is cached (H) */ macro
71 #define _PAGE_CACHEABLE (1<<0) /* Page is cached (H) */ macro
102 #define _PAGE_CACHEABLE 0 macro
/linux-4.4.14/arch/metag/include/asm/
Dpgtable-bits.h50 #define _PAGE_CACHEABLE (_PAGE_CACHE_WIN3 | _PAGE_WR_COMBINE) macro