Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds