Home
last modified time | relevance | path

Searched refs:PG_uncached (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/features/vm/PG_uncached/
H A Darch-support.txt2 # Feature name: PG_uncached
4 # description: arch supports the PG_uncached page flag
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dmemtype.c124 #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)
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h119 IF_HAVE_PG_UNCACHED(PG_uncached, "uncached" ) \
/OK3568_Linux_fs/kernel/fs/proc/
H A Dpage.c211 u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); in stable_page_flags()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpage-flags.h130 PG_uncached, /* Page has been mapped as uncached */ enumerator