Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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.c908 spin_lock_irqsave(&pgd_lock, flags); in vmalloc_sync_all()
916 spin_unlock_irqrestore(&pgd_lock, flags); in vmalloc_sync_all()
/linux-4.4.14/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()
486 spin_lock(&pgd_lock); in try_preserve_large_page()
604 spin_unlock(&pgd_lock); in try_preserve_large_page()
619 spin_lock(&pgd_lock); in __split_large_page()
626 spin_unlock(&pgd_lock); in __split_large_page()
655 spin_unlock(&pgd_lock); in __split_large_page()
702 spin_unlock(&pgd_lock); in __split_large_page()
Dfault.c190 DEFINE_SPINLOCK(pgd_lock);
242 spin_lock(&pgd_lock); in vmalloc_sync_all()
257 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.4.14/arch/arm64/include/asm/
Dkvm_host.h55 spinlock_t pgd_lock; member
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h48 extern spinlock_t pgd_lock;
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h43 extern spinlock_t pgd_lock;
/linux-4.4.14/arch/x86/xen/
Dmmu.c859 spin_lock(&pgd_lock); in xen_mm_pin_all()
868 spin_unlock(&pgd_lock); in xen_mm_pin_all()
973 spin_lock(&pgd_lock); in xen_mm_unpin_all()
983 spin_unlock(&pgd_lock); in xen_mm_unpin_all()
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h38 extern spinlock_t pgd_lock;