Searched refs:hpte_cache (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c24 static struct kmem_cache *hpte_cache; variable in typeref:struct:kmem_cache
56 void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
97 struct hpte_cache *pte = container_of(head, struct hpte_cache, rcu_head);
98 kmem_cache_free(hpte_cache, pte);
101 static void invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
135 struct hpte_cache *pte;
154 struct hpte_cache *pte;
173 struct hpte_cache *pte;
216 struct hpte_cache *pt
[all...]
H A Dtrace_pr.h64 TP_PROTO(struct hpte_cache *pte),
93 TP_PROTO(struct hpte_cache *pte),
H A Dbook3s_32_mmu_host.c49 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
143 struct hpte_cache *pte;
H A Dbook3s_64_mmu_host.c24 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
88 struct hpte_cache *cpte;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h46 struct hpte_cache { struct
166 extern void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
167 extern struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu);
168 extern void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte);
171 extern void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte);

Completed in 136 milliseconds