Searched refs:pgd_lock (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/frv/mm/ |
D | pgalloc.c | 86 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/ |
D | pgtable.c | 105 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/ |
D | pgtable.c | 132 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()
|
D | fault.c | 908 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/ |
D | pgtable.c | 141 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()
|
D | pageattr.c | 62 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()
|
D | fault.c | 190 DEFINE_SPINLOCK(pgd_lock); 242 spin_lock(&pgd_lock); in vmalloc_sync_all() 257 spin_unlock(&pgd_lock); in vmalloc_sync_all()
|
D | init_64.c | 182 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/ |
D | kvm_host.h | 55 spinlock_t pgd_lock; member
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 48 extern spinlock_t pgd_lock;
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 43 extern spinlock_t pgd_lock;
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 859 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/ |
D | pgtable.h | 38 extern spinlock_t pgd_lock;
|