hpte_cache
extern void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
extern struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu);
extern void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte);
extern void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte);
struct hpte_cache *pte;
void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
struct hpte_cache *cpte;
struct hpte_cache *pte;
struct hpte_cache *pte;
struct hpte_cache *pte;
struct hpte_cache *pte;
struct hpte_cache *pte;
static struct kmem_cache *hpte_cache;
struct hpte_cache *pte;
struct hpte_cache *pte;
struct hpte_cache *kvmppc_mmu_hpte_cache_next(struct kvm_vcpu *vcpu)
struct hpte_cache *pte;
pte = kmem_cache_zalloc(hpte_cache, GFP_KERNEL);
void kvmppc_mmu_hpte_cache_free(struct hpte_cache *pte)
kmem_cache_free(hpte_cache, pte);
hpte_cache = kmem_cache_create("kvm-spt", sizeof(struct hpte_cache),
sizeof(struct hpte_cache), 0, NULL);
kmem_cache_destroy(hpte_cache);
void kvmppc_mmu_hpte_cache_map(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
static void invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
TP_PROTO(struct hpte_cache *pte),
TP_PROTO(struct hpte_cache *pte),