Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/features/vm/PG_uncached/
Darch-support.txt2 # Feature name: PG_uncached
4 # description: arch supports the PG_uncached page flag
/linux-6.6.21/arch/x86/mm/pat/
Dmemtype.c120 #define _PGMT_UC_MINUS (1UL << PG_uncached)
121 #define _PGMT_WT (1UL << PG_uncached | 1UL << PG_arch_1)
122 #define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1)
/linux-6.6.21/fs/proc/
Dpage.c212 u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); in stable_page_flags()
/linux-6.6.21/include/linux/
Dpage-flags.h126 PG_uncached, /* Page has been mapped as uncached */ enumerator