Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Dpgtable.h59 #define _PAGE_CACHEABLE (1<<2) /* Page is cached (H) */ macro
74 #define _PAGE_CACHEABLE (1<<0) /* Page is cached (H) */ macro
/arch/metag/include/asm/
Dpgtable.h64 #define _PAGE_CACHEABLE (_PAGE_CACHE_WIN3 | _PAGE_WR_COMBINE) macro