• Home
  • Raw
  • Download

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()
54 unsigned long flags; in update_mmu_cache() local
60 local_irq_save(flags); in update_mmu_cache()
64 local_irq_restore(flags); in update_mmu_cache()
68 if ((test_and_clear_bit(PG_dcache_dirty, &page->flags)) || in update_mmu_cache()
71 local_irq_save(flags); in update_mmu_cache()
75 local_irq_restore(flags); in update_mmu_cache()
121 unsigned long flags; in flush_cache_mm() local
123 local_irq_save(flags); in flush_cache_mm()
126 local_irq_restore(flags); in flush_cache_mm()
136 unsigned long flags; in flush_cache_range() local
144 local_irq_save(flags); in flush_cache_range()
150 local_irq_restore(flags); in flush_cache_range()
157 unsigned long vto, flags; in flush_cache_page() local
159 local_irq_save(flags); in flush_cache_page()
163 local_irq_restore(flags); in flush_cache_page()
200 unsigned long vto, vfrom, flags, kto, kfrom, pfrom, pto; in copy_user_highpage() local
206 local_irq_save(flags); in copy_user_highpage()
214 local_irq_restore(flags); in copy_user_highpage()
221 unsigned long vto, flags, kto; in clear_user_highpage() local
225 local_irq_save(flags); in clear_user_highpage()
233 local_irq_restore(flags); in clear_user_highpage()
244 set_bit(PG_dcache_dirty, &page->flags); in flush_dcache_page()
246 unsigned long kaddr, flags; in flush_dcache_page() local
249 local_irq_save(flags); in flush_dcache_page()
261 local_irq_restore(flags); in flush_dcache_page()
269 unsigned long line_size, start, end, vto, flags; in copy_to_user_page() local
271 local_irq_save(flags); in copy_to_user_page()
284 local_irq_restore(flags); in copy_to_user_page()
290 unsigned long vto, flags; in copy_from_user_page() local
292 local_irq_save(flags); in copy_from_user_page()
297 local_irq_restore(flags); in copy_from_user_page()
303 unsigned long kaddr, flags, ktmp; in flush_anon_page() local
310 local_irq_save(flags); in flush_anon_page()
319 local_irq_restore(flags); in flush_anon_page()
324 unsigned long flags; in flush_kernel_dcache_page() local
325 local_irq_save(flags); in flush_kernel_dcache_page()
327 local_irq_restore(flags); in flush_kernel_dcache_page()
333 unsigned long flags; in flush_kernel_vmap_range() local
334 local_irq_save(flags); in flush_kernel_vmap_range()
336 local_irq_restore(flags); in flush_kernel_vmap_range()
342 unsigned long flags; in invalidate_kernel_vmap_range() local
343 local_irq_save(flags); in invalidate_kernel_vmap_range()
345 local_irq_restore(flags); in invalidate_kernel_vmap_range()