Searched refs:PG_uncached (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/proc/
H A Dpage.c209 u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached);
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c120 #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)
/linux-master/include/linux/
H A Dpage-flags.h126 PG_uncached, /* Page has been mapped as uncached */ enumerator in enum:pageflags

Completed in 185 milliseconds