Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/features/vm/PG_uncached/
Darch-support.txt2 # Feature name: PG_uncached
4 # description: arch supports the PG_uncached page flag
/linux-4.4.14/arch/x86/mm/
Dpat.c87 #define _PGMT_UC_MINUS (1UL << PG_uncached)
88 #define _PGMT_WT (1UL << PG_uncached | 1UL << PG_arch_1)
89 #define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1)
/linux-4.4.14/mm/
Ddebug.c38 {1UL << PG_uncached, "uncached" },
/linux-4.4.14/fs/proc/
Dpage.c183 u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); in stable_page_flags()
/linux-4.4.14/include/linux/
Dpage-flags.h99 PG_uncached, /* Page has been mapped as uncached */ enumerator