Searched refs:pgd_lock (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/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 | 905 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/ |
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() 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()
|
D | fault.c | 188 DEFINE_SPINLOCK(pgd_lock); 240 spin_lock(&pgd_lock); in vmalloc_sync_all() 255 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.1.27/arch/arm64/include/asm/ |
D | kvm_host.h | 58 spinlock_t pgd_lock; member
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 858 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/ |
D | pgtable.h | 48 extern spinlock_t pgd_lock;
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 43 extern spinlock_t pgd_lock;
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 31 extern spinlock_t pgd_lock;
|