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

/linux-master/arch/parisc/include/asm/
H A Dmmu_context.h57 spinlock_t *pgd_lock = &next->page_table_lock; local
58 mtctl(__pa(__ldcw_align(&pgd_lock->rlock.raw_lock)), 28);
/linux-master/arch/x86/mm/
H A Dpgtable.c151 spin_lock(&pgd_lock);
153 spin_unlock(&pgd_lock);
462 spin_lock(&pgd_lock);
471 spin_unlock(&pgd_lock);
H A Dinit_64.c148 spin_lock(&pgd_lock);
166 spin_unlock(&pgd_lock);
189 spin_lock(&pgd_lock);
210 spin_unlock(&pgd_lock);
H A Dfault.c172 DEFINE_SPINLOCK(pgd_lock); variable
275 spin_lock(&pgd_lock);
286 spin_unlock(&pgd_lock);
/linux-master/arch/parisc/kernel/
H A Dcache.c335 unsigned long pgd_lock; local
348 pgd_lock = mfctl(28);
361 mtctl(pgd_lock, 28);
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c90 spin_lock(&pgd_lock);
92 spin_unlock(&pgd_lock);
998 spin_lock(&pgd_lock);
1000 spin_unlock(&pgd_lock);
1051 spin_lock(&pgd_lock);
1058 spin_unlock(&pgd_lock);
1093 spin_unlock(&pgd_lock);
1141 spin_unlock(&pgd_lock);
/linux-master/arch/x86/xen/
H A Dmmu_pv.c785 spin_lock(&pgd_lock);
794 spin_unlock(&pgd_lock);
891 spin_lock(&pgd_lock);
901 spin_unlock(&pgd_lock);
/linux-master/arch/x86/include/asm/
H A Dpgtable.h58 extern spinlock_t pgd_lock;

Completed in 161 milliseconds