Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_mmu_hpte.c35 static struct kmem_cache *hpte_cache; variable
67 void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in kvmppc_mmu_hpte_cache_map()
108 struct hpte_cache *pte = container_of(head, struct hpte_cache, rcu_head); in free_pte_rcu()
109 kmem_cache_free(hpte_cache, pte); in free_pte_rcu()
112 static void invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in invalidate_pte()
146 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_all()
165 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_page()
184 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_long()
227 struct hpte_cache *pte; in kvmppc_mmu_pte_vflush_short()
248 struct hpte_cache *pte; in kvmppc_mmu_pte_vflush_64k()
[all …]
Dtrace_pr.h65 TP_PROTO(struct hpte_cache *pte),
94 TP_PROTO(struct hpte_cache *pte),
Dbook3s_32_mmu_host.c61 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in kvmppc_mmu_invalidate_pte()
155 struct hpte_cache *pte; in kvmppc_mmu_map_page()
Dbook3s_64_mmu_host.c35 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in kvmppc_mmu_invalidate_pte()
99 struct hpte_cache *cpte; in kvmppc_mmu_map_page()
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_book3s.h56 struct hpte_cache { struct
136 extern void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
137 extern struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu);
138 extern void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte);
141 extern void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte);