Searched refs:ppte (Results 1 - 4 of 4) sorted by relevance

/arch/mn10300/mm/
H A Dcache-inv-icache.c35 pte_t *ppte, pte; local
55 ppte = pte_offset_map(pmd, start);
56 if (!ppte)
58 pte = *ppte;
59 pte_unmap(ppte);
H A Dcache-flush-icache.c57 pte_t *ppte, pte; local
77 ppte = pte_offset_map(pmd, start);
78 if (!ppte)
80 pte = *ppte;
81 pte_unmap(ppte);
H A Dinit.c51 pte_t *ppte; local
60 ppte = kernel_vmalloc_ptes;
65 set_pgd(swapper_pg_dir + loop, __pgd(__pa(ppte) | _PAGE_TABLE));
66 ppte += PAGE_SIZE / sizeof(pte_t);
89 ppte = kernel_vmalloc_ptes;
90 set_pte(ppte, pfn_pte(USER_ATOMIC_OPS_PAGE_ADDR >> PAGE_SHIFT,
/arch/alpha/kernel/
H A Dcore_cia.c330 unsigned long *ppte, pte;
334 ppte = __alloc_bootmem(CIA_BROKEN_TBIA_SIZE, 32768, 0);
335 pte = (virt_to_phys(ppte) >> (PAGE_SHIFT - 1)) | 1;
338 ppte[i] = pte;
343 *(vip)CIA_IOC_PCI_Tn_BASE(window) = virt_to_phys(ppte) >> 2;
329 unsigned long *ppte, pte; local

Completed in 102 milliseconds