Searched refs:start_pte (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c227 pte_t *start_pte; local
241 start_pte = pte_offset_map(pmd, addr);
242 if (!start_pte)
244 for (pte = start_pte; pte < start_pte + PTRS_PER_PTE; pte++) {
250 pte_unmap(start_pte);
/linux-master/mm/
H A Dmadvise.c333 pte_t *start_pte, *pte, ptent; local
421 start_pte = pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
422 if (!start_pte)
433 pte_unmap_unlock(start_pte, ptl);
464 pte_unmap_unlock(start_pte, ptl);
465 start_pte = NULL;
471 start_pte = pte =
473 if (!start_pte)
522 if (start_pte) {
524 pte_unmap_unlock(start_pte, pt
627 pte_t *start_pte, *pte, ptent; local
[all...]
H A Dmlock.c369 pte_t *start_pte, *pte; local
389 start_pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
390 if (!start_pte) {
395 for (pte = start_pte; addr != end; pte++, addr += PAGE_SIZE) {
416 pte_unmap(start_pte);
H A Dkhugepaged.c1488 pte_t *start_pte, *pte; local
1546 start_pte = pte_offset_map_lock(mm, pmd, haddr, &ptl);
1547 if (!start_pte) /* mmap_lock + page lock should prevent this */
1551 for (i = 0, addr = haddr, pte = start_pte;
1577 pte_unmap_unlock(start_pte, ptl);
1594 start_pte = pte_offset_map_nolock(mm, pmd, haddr, &ptl);
1595 if (!start_pte) /* mmap_lock + page lock should prevent this */
1603 for (i = 0, addr = haddr, pte = start_pte;
1634 pte_unmap(start_pte);
1674 if (start_pte)
[all...]
H A Dmemory.c1577 pte_t *start_pte; local
1584 start_pte = pte = pte_offset_map_lock(mm, pmd, addr, &ptl);
1674 pte_unmap_unlock(start_pte, ptl);
2051 pte_t *start_pte, *pte; local
2076 start_pte = pte_offset_map_lock(mm, pmd, addr, &pte_lock);
2077 if (!start_pte) {
2081 for (pte = start_pte; pte_idx < batch_size; ++pte, ++pte_idx) {
2085 pte_unmap_unlock(start_pte, pte_lock);
2093 pte_unmap_unlock(start_pte, pte_lock);
/linux-master/arch/parisc/mm/
H A Dinit.c350 unsigned long start_pte; local
368 start_pte = ((start_vaddr >> PAGE_SHIFT) & (PTRS_PER_PTE - 1));
397 for (tmp2 = start_pte; tmp2 < PTRS_PER_PTE; tmp2++, pg_table++) {
432 start_pte = 0;
/linux-master/fs/proc/
H A Dtask_mmu.c2155 pte_t *pte, *start_pte; local
2168 start_pte = pte = pte_offset_map_lock(vma->vm_mm, pmd, start, &ptl);
2237 pte_unmap_unlock(start_pte, ptl);

Completed in 214 milliseconds