Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_mmu_hpte.c36 static struct kmem_cache *hpte_cache; variable
68 void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in kvmppc_mmu_hpte_cache_map()
109 struct hpte_cache *pte = container_of(head, struct hpte_cache, rcu_head); in free_pte_rcu()
110 kmem_cache_free(hpte_cache, pte); in free_pte_rcu()
113 static void invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in invalidate_pte()
147 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_all()
166 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_page()
185 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_long()
228 struct hpte_cache *pte; in kvmppc_mmu_pte_vflush_short()
249 struct hpte_cache *pte; in kvmppc_mmu_pte_vflush_64k()
[all …]
Dtrace_pr.h66 TP_PROTO(struct hpte_cache *pte),
95 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-v4.19/arch/powerpc/include/asm/
Dkvm_book3s.h56 struct hpte_cache { struct
177 extern void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
178 extern struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu);
179 extern void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte);
182 extern void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte);