Searched refs:ptl (Results 1 - 9 of 9) sorted by relevance

/arch/arm/lib/
H A Duaccess_with_memcpy.c33 spinlock_t *ptl; local
58 ptl = &current->mm->page_table_lock;
59 spin_lock(ptl);
63 spin_unlock(ptl);
68 *ptlp = ptl;
75 pte = pte_offset_map_lock(current->mm, pmd, addr, &ptl);
78 pte_unmap_unlock(pte, ptl);
83 *ptlp = ptl;
105 spinlock_t *ptl; local
108 while (!pin_page_for_write(to, &pte, &ptl)) {
164 spinlock_t *ptl; local
[all...]
/arch/arm/mm/
H A Dfault-armv.c74 static inline void do_pte_lock(spinlock_t *ptl) argument
80 spin_lock_nested(ptl, SINGLE_DEPTH_NESTING);
83 static inline void do_pte_unlock(spinlock_t *ptl) argument
85 spin_unlock(ptl);
88 static inline void do_pte_lock(spinlock_t *ptl) {} argument
89 static inline void do_pte_unlock(spinlock_t *ptl) {} argument
95 spinlock_t *ptl; local
119 ptl = pte_lockptr(vma->vm_mm, pmd);
121 do_pte_lock(ptl);
125 do_pte_unlock(ptl);
[all...]
/arch/s390/mm/
H A Dpgtable.c515 spinlock_t *ptl; local
563 ptl = pmd_lock(mm, pmd);
573 spin_unlock(ptl);
632 spinlock_t *ptl; local
642 ptep = get_locked_pte(gmap->mm, vmaddr, &ptl);
659 pte_unmap_unlock(ptep, ptl);
728 spinlock_t *ptl; local
752 ptep = get_locked_pte(gmap->mm, addr, &ptl);
764 spin_unlock(ptl);
841 spinlock_t *ptl; local
933 spinlock_t *ptl; local
1239 spinlock_t *ptl; local
1362 spinlock_t *ptl; local
[all...]
/arch/m68k/kernel/
H A Dsys_m68k.c470 spinlock_t *ptl; local
480 pte = pte_offset_map_lock(mm, pmd, (unsigned long)mem, &ptl);
483 pte_unmap_unlock(pte, ptl);
495 pte_unmap_unlock(pte, ptl);
/arch/powerpc/mm/
H A Dsubpage-prot.c67 spinlock_t *ptl; local
78 pte = pte_offset_map_lock(mm, pmd, addr, &ptl);
86 pte_unmap_unlock(pte - 1, ptl);
/arch/sh/mm/
H A Dcache-sh5.c390 spinlock_t *ptl; local
408 pte = pte_offset_map_lock(mm, pmd, addr, &ptl);
416 pte_unmap_unlock(pte - 1, ptl);
/arch/x86/xen/
H A Dmmu.c757 spinlock_t *ptl = NULL; local
760 ptl = ptlock_ptr(page);
761 spin_lock_nest_lock(ptl, &mm->page_table_lock);
764 return ptl;
769 spinlock_t *ptl = v; local
770 spin_unlock(ptl);
799 spinlock_t *ptl; local
823 ptl = NULL;
825 ptl = xen_pte_lock(page, mm);
831 if (ptl) {
940 spinlock_t *ptl = NULL; local
[all...]
/arch/arm/kernel/
H A Dtraps.c650 spinlock_t *ptl; local
660 pte = pte_offset_map_lock(mm, pmd, addr, &ptl);
662 pte_unmap_unlock(pte, ptl);
671 pte_unmap_unlock(pte, ptl);
/arch/x86/kernel/
H A Dvm86_32.c174 spinlock_t *ptl; local
188 pte = pte_offset_map_lock(mm, pmd, 0xA0000, &ptl);
194 pte_unmap_unlock(pte, ptl);

Completed in 262 milliseconds