Home
last modified time | relevance | path

Searched refs:pg_flags (Results 1 – 2 of 2) sorted by relevance

/arch/x86/mm/pat/
Dmemtype.c131 unsigned long pg_flags = pg->flags & _PGMT_MASK; in get_page_memtype() local
133 if (pg_flags == _PGMT_WB) in get_page_memtype()
135 else if (pg_flags == _PGMT_WC) in get_page_memtype()
137 else if (pg_flags == _PGMT_UC_MINUS) in get_page_memtype()
/arch/sparc/mm/
Dinit_64.c286 unsigned long pg_flags; in flush_dcache() local
288 pg_flags = page->flags; in flush_dcache()
289 if (pg_flags & (1UL << PG_dcache_dirty)) { in flush_dcache()
290 int cpu = ((pg_flags >> PG_dcache_cpu_shift) & in flush_dcache()