Searched refs:PG_uncached (Results 1 – 4 of 4) sorted by relevance
2 # Feature name: PG_uncached4 # description: arch supports the PG_uncached page flag
120 #define _PGMT_UC_MINUS (1UL << PG_uncached)121 #define _PGMT_WT (1UL << PG_uncached | 1UL << PG_arch_1)122 #define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1)
212 u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); in stable_page_flags()
126 PG_uncached, /* Page has been mapped as uncached */ enumerator