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