Searched refs:next_ptep (Results 1 – 1 of 1) sorted by relevance
142 pte_t *next_ptep = (pte_t *)kvm->arch.pgd; in gstage_set_pte() local143 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 *ptep = pfn_pte(PFN_DOWN(__pa(next_ptep)), in gstage_set_pte()163 next_ptep = (pte_t *)gstage_pte_page_vaddr(*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() local246 next_ptep = (pte_t *)gstage_pte_page_vaddr(*ptep); in gstage_op_pte()257 &next_ptep[i], next_ptep_level, op); in gstage_op_pte()[all …]