Searched refs:PG_uncached (Results 1 – 5 of 5) sorted by relevance
2 # Feature name: PG_uncached4 # description: arch supports the PG_uncached page flag
124 #define _PGMT_UC_MINUS (1UL << PG_uncached)125 #define _PGMT_WT (1UL << PG_uncached | 1UL << PG_arch_1)126 #define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1)
119 IF_HAVE_PG_UNCACHED(PG_uncached, "uncached" ) \
211 u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); in stable_page_flags()
129 PG_uncached, /* Page has been mapped as uncached */ enumerator
Completed in 11 milliseconds