Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpat.c106 unsigned long pg_flags = pg->flags & _PGMT_MASK; in get_page_memtype() local
108 if (pg_flags == _PGMT_WB) in get_page_memtype()
110 else if (pg_flags == _PGMT_WC) in get_page_memtype()
112 else if (pg_flags == _PGMT_UC_MINUS) in get_page_memtype()
/arch/sparc/mm/
Dinit_64.c287 unsigned long pg_flags; in flush_dcache() local
289 pg_flags = page->flags; in flush_dcache()
290 if (pg_flags & (1UL << PG_dcache_dirty)) { in flush_dcache()
291 int cpu = ((pg_flags >> PG_dcache_cpu_shift) & in flush_dcache()