Searched defs:ptl (Results 1 - 8 of 8) sorted by relevance

/arch/arm/lib/
H A Duaccess_with_memcpy.c32 spinlock_t *ptl; local
46 pte = pte_offset_map_lock(current->mm, pmd, addr, &ptl);
49 pte_unmap_unlock(pte, ptl);
54 *ptlp = ptl;
76 spinlock_t *ptl; local
79 while (!pin_page_for_write(to, &pte, &ptl)) {
97 pte_unmap_unlock(pte, ptl);
132 spinlock_t *ptl; local
135 while (!pin_page_for_write(addr, &pte, &ptl)) {
150 pte_unmap_unlock(pte, ptl);
[all...]
/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/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/m68k/kernel/
H A Dsys_m68k.c465 spinlock_t *ptl; local
475 pte = pte_offset_map_lock(mm, pmd, (unsigned long)mem, &ptl);
478 pte_unmap_unlock(pte, ptl);
486 pte_unmap_unlock(pte, 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/arm/kernel/
H A Dtraps.c602 spinlock_t *ptl; local
612 pte = pte_offset_map_lock(mm, pmd, addr, &ptl);
614 pte_unmap_unlock(pte, ptl);
623 pte_unmap_unlock(pte, ptl);
/arch/x86/kernel/
H A Dvm86_32.c172 spinlock_t *ptl; local
186 pte = pte_offset_map_lock(mm, pmd, 0xA0000, &ptl);
192 pte_unmap_unlock(pte, ptl);
/arch/x86/xen/
H A Dmmu.c783 spinlock_t *ptl = NULL; local
786 ptl = __pte_lockptr(page);
787 spin_lock_nest_lock(ptl, &mm->page_table_lock);
790 return ptl;
795 spinlock_t *ptl = v; local
796 spin_unlock(ptl);
825 spinlock_t *ptl; local
849 ptl = NULL;
851 ptl = xen_pte_lock(page, mm);
857 if (ptl) {
966 spinlock_t *ptl = NULL; local
[all...]

Completed in 240 milliseconds