Lines Matching full:flags
18 unsigned long line_size, flags; in flush_icache_range() local
22 local_irq_save(flags); in flush_icache_range()
24 local_irq_restore(flags); in flush_icache_range()
30 unsigned long flags; in flush_icache_page() local
32 local_irq_save(flags); in flush_icache_page()
36 local_irq_restore(flags); in flush_icache_page()
53 unsigned long flags; in update_mmu_cache() local
59 local_irq_save(flags); in update_mmu_cache()
63 local_irq_restore(flags); in update_mmu_cache()
67 if ((test_and_clear_bit(PG_dcache_dirty, &page->flags)) || in update_mmu_cache()
70 local_irq_save(flags); in update_mmu_cache()
74 local_irq_restore(flags); in update_mmu_cache()
120 unsigned long flags; in flush_cache_mm() local
122 local_irq_save(flags); in flush_cache_mm()
125 local_irq_restore(flags); in flush_cache_mm()
135 unsigned long flags; in flush_cache_range() local
143 local_irq_save(flags); in flush_cache_range()
149 local_irq_restore(flags); in flush_cache_range()
156 unsigned long vto, flags; in flush_cache_page() local
158 local_irq_save(flags); in flush_cache_page()
162 local_irq_restore(flags); in flush_cache_page()
199 unsigned long vto, vfrom, flags, kto, kfrom, pfrom, pto; in copy_user_highpage() local
205 local_irq_save(flags); in copy_user_highpage()
213 local_irq_restore(flags); in copy_user_highpage()
220 unsigned long vto, flags, kto; in clear_user_highpage() local
224 local_irq_save(flags); in clear_user_highpage()
232 local_irq_restore(flags); in clear_user_highpage()
243 set_bit(PG_dcache_dirty, &page->flags); in flush_dcache_page()
245 unsigned long kaddr, flags; in flush_dcache_page() local
248 local_irq_save(flags); in flush_dcache_page()
260 local_irq_restore(flags); in flush_dcache_page()
268 unsigned long line_size, start, end, vto, flags; in copy_to_user_page() local
270 local_irq_save(flags); in copy_to_user_page()
283 local_irq_restore(flags); in copy_to_user_page()
289 unsigned long vto, flags; in copy_from_user_page() local
291 local_irq_save(flags); in copy_from_user_page()
296 local_irq_restore(flags); in copy_from_user_page()
302 unsigned long kaddr, flags, ktmp; in flush_anon_page() local
309 local_irq_save(flags); in flush_anon_page()
318 local_irq_restore(flags); in flush_anon_page()
323 unsigned long flags; in flush_kernel_dcache_page() local
324 local_irq_save(flags); in flush_kernel_dcache_page()
326 local_irq_restore(flags); in flush_kernel_dcache_page()
332 unsigned long flags; in flush_kernel_vmap_range() local
333 local_irq_save(flags); in flush_kernel_vmap_range()
335 local_irq_restore(flags); in flush_kernel_vmap_range()
341 unsigned long flags; in invalidate_kernel_vmap_range() local
342 local_irq_save(flags); in invalidate_kernel_vmap_range()
344 local_irq_restore(flags); in invalidate_kernel_vmap_range()