Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
A Dmmu_context.h57 spinlock_t *pgd_lock = &next->page_table_lock; in switch_mm_irqs_off() local
58 mtctl(__pa(__ldcw_align(&pgd_lock->rlock.raw_lock)), 28); in switch_mm_irqs_off()
/arch/x86/mm/
A Dpgtable.c97 spin_lock(&pgd_lock); in pgd_dtor()
99 spin_unlock(&pgd_lock); in pgd_dtor()
351 spin_lock(&pgd_lock); in pgd_alloc()
360 spin_unlock(&pgd_lock); in pgd_alloc()
A Dfault.c171 DEFINE_SPINLOCK(pgd_lock);
274 spin_lock(&pgd_lock); in arch_sync_kernel_mappings()
285 spin_unlock(&pgd_lock); in arch_sync_kernel_mappings()
A Dinit_64.c148 spin_lock(&pgd_lock); in sync_global_pgds_l5()
166 spin_unlock(&pgd_lock); in sync_global_pgds_l5()
189 spin_lock(&pgd_lock); in sync_global_pgds_l4()
210 spin_unlock(&pgd_lock); in sync_global_pgds_l4()
/arch/x86/mm/pat/
A Dset_memory.c89 spin_lock(&pgd_lock); in update_page_count()
91 spin_unlock(&pgd_lock); in update_page_count()
1083 spin_lock(&pgd_lock); in should_split_large_page()
1085 spin_unlock(&pgd_lock); in should_split_large_page()
1137 spin_lock(&pgd_lock); in __split_large_page()
1144 spin_unlock(&pgd_lock); in __split_large_page()
1179 spin_unlock(&pgd_lock); in __split_large_page()
1227 spin_unlock(&pgd_lock); in __split_large_page()
1386 spin_lock(&pgd_lock); in collapse_large_pages()
1405 spin_unlock(&pgd_lock); in collapse_large_pages()
/arch/parisc/kernel/
A Dcache.c445 unsigned long pgd_lock; in get_upa() local
454 pgd_lock = mfctl(28); in get_upa()
463 mtctl(pgd_lock, 28); in get_upa()
/arch/x86/xen/
A Dmmu_pv.c828 spin_lock(&pgd_lock); in xen_mm_pin_all()
837 spin_unlock(&pgd_lock); in xen_mm_pin_all()
939 spin_lock(&pgd_lock); in xen_mm_unpin_all()
949 spin_unlock(&pgd_lock); in xen_mm_unpin_all()
/arch/x86/include/asm/
A Dpgtable.h58 extern spinlock_t pgd_lock;

Completed in 29 milliseconds