Searched refs:hpte_cache (Results 1 – 5 of 5) sorted by relevance
24 static struct kmem_cache *hpte_cache; variable97 struct hpte_cache *pte = container_of(head, struct hpte_cache, rcu_head); in free_pte_rcu()135 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_all()154 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_page()173 struct hpte_cache *pte; in kvmppc_mmu_pte_flush_long()216 struct hpte_cache *pte; in kvmppc_mmu_pte_vflush_short()237 struct hpte_cache *pte; in kvmppc_mmu_pte_vflush_64k()259 struct hpte_cache *pte; in kvmppc_mmu_pte_vflush_long()301 struct hpte_cache *pte; in kvmppc_mmu_pte_pflush()323 struct hpte_cache *pte; in kvmppc_mmu_hpte_cache_next()[all …]
64 TP_PROTO(struct hpte_cache *pte),93 TP_PROTO(struct hpte_cache *pte),
49 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in kvmppc_mmu_invalidate_pte()143 struct hpte_cache *pte; in kvmppc_mmu_map_page()
24 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in kvmppc_mmu_invalidate_pte()88 struct hpte_cache *cpte; in kvmppc_mmu_map_page()
45 struct hpte_cache { struct165 extern void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte);166 extern struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu);167 extern void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte);170 extern void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
Completed in 8 milliseconds