Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c1200 struct mmio_hpte_cache_entry *cache_entry = NULL; in kvmppc_hpte_hv_fault() local
1208 cache_entry = mmio_cache_search(vcpu, addr, slb_v, mmio_update); in kvmppc_hpte_hv_fault()
1210 if (cache_entry) { in kvmppc_hpte_hv_fault()
1211 index = cache_entry->pte_index; in kvmppc_hpte_hv_fault()
1212 v = cache_entry->hpte_v; in kvmppc_hpte_hv_fault()
1213 r = cache_entry->hpte_r; in kvmppc_hpte_hv_fault()
1214 gr = cache_entry->rpte; in kvmppc_hpte_hv_fault()
1271 vcpu->arch.pgfault_cache = cache_entry; in kvmppc_hpte_hv_fault()
1276 if (!cache_entry) { in kvmppc_hpte_hv_fault()
1284 cache_entry = next_mmio_cache_entry(vcpu); in kvmppc_hpte_hv_fault()
[all …]