Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kvm/
H A Dmmu.c142 pte_t *next_ptep = (pte_t *)kvm->arch.pgd; in gstage_set_pte() local
143 pte_t *ptep = &next_ptep[gstage_pte_index(addr, current_level)]; in gstage_set_pte()
155 next_ptep = kvm_mmu_memory_cache_alloc(pcache); in gstage_set_pte()
156 if (!next_ptep) in gstage_set_pte()
158 set_pte(ptep, pfn_pte(PFN_DOWN(__pa(next_ptep)), in gstage_set_pte()
163 next_ptep = (pte_t *)gstage_pte_page_vaddr(ptep_get(ptep)); in gstage_set_pte()
167 ptep = &next_ptep[gstage_pte_index(addr, current_level)]; in gstage_set_pte()
232 pte_t *next_ptep; in gstage_op_pte() local
246 next_ptep = (pte_t *)gstage_pte_page_vaddr(ptep_get(ptep)); in gstage_op_pte()
257 &next_ptep[i], next_ptep_level, op); in gstage_op_pte()
[all …]