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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c41 static struct kmem_cache *hpte_cache; variable in typeref:struct:kmem_cache
59 void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
77 static void invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
95 kmem_cache_free(hpte_cache, pte);
100 struct hpte_cache *pte;
116 struct hpte_cache *pte;
160 struct hpte_cache *pte;
176 struct hpte_cache *pte;
210 struct hpte_cache *pte;
226 struct hpte_cache *kvmppc_mmu_hpte_cache_nex
[all...]
H A Dbook3s_32_mmu_host.c61 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
147 struct hpte_cache *pte;
H A Dbook3s_64_mmu_host.c50 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
162 struct hpte_cache *pte = kvmppc_mmu_hpte_cache_next(vcpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_book3s.h119 extern void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
120 extern struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu);
123 extern void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
H A Dkvm_host.h160 struct hpte_cache { struct

Completed in 66 milliseconds