Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/features/vm/PG_uncached/
Darch-support.txt2 # Feature name: PG_uncached
4 # description: arch supports the PG_uncached page flag
/Linux-v4.19/arch/x86/mm/
Dpat.c97 #define _PGMT_UC_MINUS (1UL << PG_uncached)
98 #define _PGMT_WT (1UL << PG_uncached | 1UL << PG_arch_1)
99 #define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1)
/Linux-v4.19/include/trace/events/
Dmmflags.h104 IF_HAVE_PG_UNCACHED(PG_uncached, "uncached" ) \
/Linux-v4.19/fs/proc/
Dpage.c191 u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); in stable_page_flags()
/Linux-v4.19/include/linux/
Dpage-flags.h95 PG_uncached, /* Page has been mapped as uncached */ enumerator