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

/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c35 static struct kmem_cache *hpte_cache; variable in typeref:struct:kmem_cache
67 void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
108 struct hpte_cache *pte = container_of(head, struct hpte_cache, rcu_head);
109 kmem_cache_free(hpte_cache, pte);
112 static void invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
146 struct hpte_cache *pte;
165 struct hpte_cache *pte;
184 struct hpte_cache *pte;
227 struct hpte_cache *pt
[all...]
H A Dtrace_pr.h88 TP_PROTO(struct hpte_cache *pte),
117 TP_PROTO(struct hpte_cache *pte),
H A Dbook3s_32_mmu_host.c60 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
154 struct hpte_cache *pte;
H A Dbook3s_64_mmu_host.c34 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
98 struct hpte_cache *cpte;
/arch/powerpc/include/asm/
H A Dkvm_book3s.h56 struct hpte_cache { struct
140 extern void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
141 extern struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu);
142 extern void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte);
145 extern void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte);

Completed in 183 milliseconds