Home
last modified time | relevance | path

Searched refs:pte_idx (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/kernel/
H A Dldc.c2080 u32 pte_idx; member
2091 sp->page_table[sp->pte_idx].mte = sp->mte_base | pa; in fill_cookies()
2099 this_cookie = make_cookie(sp->pte_idx, in fill_cookies()
2113 sp->pte_idx++; in fill_cookies()
2181 state.pte_idx = (base - iommu->page_table); in ldc_map_sg()
2223 state.pte_idx = (base - iommu->page_table); in ldc_map_single()
/linux/arch/riscv/mm/
H A Dinit.c431 uintptr_t pte_idx = pte_index(va); in create_pte_mapping() local
435 if (pte_none(ptep[pte_idx])) in create_pte_mapping()
436 ptep[pte_idx] = pfn_pte(PFN_DOWN(pa), prot); in create_pte_mapping()
/linux/mm/
H A Dmemory.c2437 int pte_idx = 0; in insert_pages() local
2445 for (pte = start_pte; pte_idx < batch_size; ++pte, ++pte_idx) { in insert_pages()
2451 remaining_pages_total -= pte_idx; in insert_pages()