Home
last modified time | relevance | path

Searched refs:start_pte (Results 1 – 2 of 2) sorted by relevance

/arch/parisc/mm/
Dinit.c381 unsigned long start_pte; in map_pages() local
407 start_pte = ((start_vaddr >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)); in map_pages()
450 pg_table = (pte_t *) __va(pg_table) + start_pte; in map_pages()
451 for (tmp2 = start_pte; tmp2 < PTRS_PER_PTE; tmp2++, pg_table++) { in map_pages()
485 start_pte = 0; in map_pages()
822 unsigned long start_pte; in map_hpux_gateway_page() local
845 start_pte = ((hpux_gw_page_addr >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)); in map_hpux_gateway_page()
880 pg_table = (pte_t *) __va(pg_table) + start_pte; in map_hpux_gateway_page()
/arch/arm/mm/
Dmmu.c594 pte_t *start_pte = early_pte_alloc(pmd); in alloc_init_pte() local
595 pte_t *pte = start_pte + pte_index(addr); in alloc_init_pte()
604 early_pte_install(pmd, start_pte, type->prot_l1); in alloc_init_pte()