Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dpat.c82 #define _PGMT_UC_MINUS (1UL << PG_uncached)
83 #define _PGMT_WB (1UL << PG_uncached | 1UL << PG_arch_1)
84 #define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1)
/linux-4.1.27/mm/
Ddebug.c43 {1UL << PG_uncached, "uncached" },
/linux-4.1.27/fs/proc/
Dpage.c174 u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); in stable_page_flags()
/linux-4.1.27/include/linux/
Dpage-flags.h104 PG_uncached, /* Page has been mapped as uncached */ enumerator