Home
last modified time | relevance | path

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

/arch/x86/mm/pat/
A Dmemtype.c129 unsigned long pg_flags = pg->flags & _PGMT_MASK; in get_page_memtype() local
131 if (pg_flags == _PGMT_WB) in get_page_memtype()
133 else if (pg_flags == _PGMT_WC) in get_page_memtype()
135 else if (pg_flags == _PGMT_UC_MINUS) in get_page_memtype()
/arch/sparc/mm/
A Dinit_64.c293 unsigned long pg_flags; in flush_dcache() local
295 pg_flags = folio->flags; in flush_dcache()
296 if (pg_flags & (1UL << PG_dcache_dirty)) { in flush_dcache()
297 int cpu = ((pg_flags >> PG_dcache_cpu_shift) & in flush_dcache()

Completed in 11 milliseconds