Home
last modified time | relevance | path

Searched refs:pgd_lock (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/frv/mm/
Dpgalloc.c86 DEFINE_SPINLOCK(pgd_lock);
114 spin_lock_irqsave(&pgd_lock, flags); in pgd_ctor()
124 spin_unlock_irqrestore(&pgd_lock, flags); in pgd_ctor()
133 spin_lock_irqsave(&pgd_lock, flags); in pgd_dtor()
135 spin_unlock_irqrestore(&pgd_lock, flags); in pgd_dtor()
/linux-4.1.27/arch/mn10300/mm/
Dpgtable.c105 DEFINE_SPINLOCK(pgd_lock);
133 spin_lock_irqsave(&pgd_lock, flags); in pgd_ctor()
143 spin_unlock_irqrestore(&pgd_lock, flags); in pgd_ctor()
152 spin_lock_irqsave(&pgd_lock, flags); in pgd_dtor()
154 spin_unlock_irqrestore(&pgd_lock, flags); in pgd_dtor()
/linux-4.1.27/arch/tile/mm/
Dpgtable.c132 spin_lock(&pgd_lock); in shatter_huge_page()
140 spin_unlock(&pgd_lock); in shatter_huge_page()
165 DEFINE_SPINLOCK(pgd_lock);
186 spin_lock_irqsave(&pgd_lock, flags); in pgd_ctor()
202 spin_unlock_irqrestore(&pgd_lock, flags); in pgd_ctor()
209 spin_lock_irqsave(&pgd_lock, flags); in pgd_dtor()
211 spin_unlock_irqrestore(&pgd_lock, flags); in pgd_dtor()
Dfault.c905 spin_lock_irqsave(&pgd_lock, flags); in vmalloc_sync_all()
913 spin_unlock_irqrestore(&pgd_lock, flags); in vmalloc_sync_all()
/linux-4.1.27/arch/x86/mm/
Dpgtable.c141 spin_lock(&pgd_lock); in pgd_dtor()
143 spin_unlock(&pgd_lock); in pgd_dtor()
377 spin_lock(&pgd_lock); in pgd_alloc()
382 spin_unlock(&pgd_lock); in pgd_alloc()
Dpageattr.c62 spin_lock(&pgd_lock); in update_page_count()
64 spin_unlock(&pgd_lock); in update_page_count()
473 spin_lock(&pgd_lock); in try_preserve_large_page()
587 spin_unlock(&pgd_lock); in try_preserve_large_page()
602 spin_lock(&pgd_lock); in __split_large_page()
609 spin_unlock(&pgd_lock); in __split_large_page()
675 spin_unlock(&pgd_lock); in __split_large_page()
Dfault.c188 DEFINE_SPINLOCK(pgd_lock);
240 spin_lock(&pgd_lock); in vmalloc_sync_all()
255 spin_unlock(&pgd_lock); in vmalloc_sync_all()
Dinit_64.c182 spin_lock(&pgd_lock); in sync_global_pgds()
206 spin_unlock(&pgd_lock); in sync_global_pgds()
/linux-4.1.27/arch/arm64/include/asm/
Dkvm_host.h58 spinlock_t pgd_lock; member
/linux-4.1.27/arch/x86/xen/
Dmmu.c858 spin_lock(&pgd_lock); in xen_mm_pin_all()
867 spin_unlock(&pgd_lock); in xen_mm_pin_all()
972 spin_lock(&pgd_lock); in xen_mm_unpin_all()
982 spin_unlock(&pgd_lock); in xen_mm_unpin_all()
/linux-4.1.27/arch/tile/include/asm/
Dpgtable.h48 extern spinlock_t pgd_lock;
/linux-4.1.27/arch/mn10300/include/asm/
Dpgtable.h43 extern spinlock_t pgd_lock;
/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h31 extern spinlock_t pgd_lock;