Lines Matching refs:pg
81 struct page *pg = maybe_pte_to_page(pte);
82 if (!pg)
84 if (!test_bit(PG_arch_1, &pg->flags)) {
85 flush_dcache_icache_page(pg);
86 set_bit(PG_arch_1, &pg->flags);
104 struct page *pg;
114 pg = maybe_pte_to_page(pte);
115 if (unlikely(!pg))
119 if (test_bit(PG_arch_1, &pg->flags))
124 flush_dcache_icache_page(pg);
125 set_bit(PG_arch_1, &pg->flags);
136 struct page *pg;
159 pg = maybe_pte_to_page(pte);
160 if (unlikely(!pg))
164 if (test_bit(PG_arch_1, &pg->flags))
168 flush_dcache_icache_page(pg);
169 set_bit(PG_arch_1, &pg->flags);