Searched defs:_PAGE_NO_CACHE (Results 1 – 12 of 12) sorted by relevance
32 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
89 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
25 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
23 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro
33 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ 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
153 #define _PAGE_NO_CACHE _PAGE_CI macro
212 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
185 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro