Searched refs:pg_flags (Results 1 – 2 of 2) sorted by relevance
129 unsigned long pg_flags = pg->flags & _PGMT_MASK; in get_page_memtype() local131 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()
293 unsigned long pg_flags; in flush_dcache() local295 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