Searched defs:_PAGE_NO_CACHE (Results 1 – 12 of 12) sorted by relevance
24 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
84 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
29 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
42 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
32 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
46 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
56 #define _PAGE_NO_CACHE (1<<31) /* part of the uncached memory map */ macro
48 #define _PAGE_NO_CACHE (1 << 31) /* part of the uncached memory map */ macro
152 #define _PAGE_NO_CACHE _PAGE_CI macro
209 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
198 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro
44 #define _PAGE_NO_CACHE _PAGE_TOLERANT macro