hpte_cache 166 arch/powerpc/include/asm/kvm_book3s.h extern void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte); hpte_cache 167 arch/powerpc/include/asm/kvm_book3s.h extern struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu); hpte_cache 168 arch/powerpc/include/asm/kvm_book3s.h extern void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte); hpte_cache 171 arch/powerpc/include/asm/kvm_book3s.h extern void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte); hpte_cache 49 arch/powerpc/kvm/book3s_32_mmu_host.c void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) hpte_cache 143 arch/powerpc/kvm/book3s_32_mmu_host.c struct hpte_cache *pte; hpte_cache 23 arch/powerpc/kvm/book3s_64_mmu_host.c void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) hpte_cache 87 arch/powerpc/kvm/book3s_64_mmu_host.c struct hpte_cache *cpte; hpte_cache 24 arch/powerpc/kvm/book3s_mmu_hpte.c static struct kmem_cache *hpte_cache; hpte_cache 56 arch/powerpc/kvm/book3s_mmu_hpte.c void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte) hpte_cache 97 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte = container_of(head, struct hpte_cache, rcu_head); hpte_cache 98 arch/powerpc/kvm/book3s_mmu_hpte.c kmem_cache_free(hpte_cache, pte); hpte_cache 101 arch/powerpc/kvm/book3s_mmu_hpte.c static void invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) hpte_cache 135 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte; hpte_cache 154 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte; hpte_cache 173 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte; hpte_cache 216 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte; hpte_cache 237 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte; hpte_cache 259 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte; hpte_cache 301 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte; hpte_cache 320 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu) hpte_cache 323 arch/powerpc/kvm/book3s_mmu_hpte.c struct hpte_cache *pte; hpte_cache 328 arch/powerpc/kvm/book3s_mmu_hpte.c pte = kmem_cache_zalloc(hpte_cache, GFP_KERNEL); hpte_cache 333 arch/powerpc/kvm/book3s_mmu_hpte.c void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte) hpte_cache 335 arch/powerpc/kvm/book3s_mmu_hpte.c kmem_cache_free(hpte_cache, pte); hpte_cache 377 arch/powerpc/kvm/book3s_mmu_hpte.c hpte_cache = kmem_cache_create("kvm-spt", sizeof(struct hpte_cache), hpte_cache 378 arch/powerpc/kvm/book3s_mmu_hpte.c sizeof(struct hpte_cache), 0, NULL); hpte_cache 385 arch/powerpc/kvm/book3s_mmu_hpte.c kmem_cache_destroy(hpte_cache); hpte_cache 64 arch/powerpc/kvm/trace_pr.h TP_PROTO(struct hpte_cache *pte), hpte_cache 93 arch/powerpc/kvm/trace_pr.h TP_PROTO(struct hpte_cache *pte),