Searched defs:hpte_cache (Results 1 – 2 of 2) sorted by relevance
56 struct hpte_cache { struct57 struct hlist_node list_pte;58 struct hlist_node list_pte_long;59 struct hlist_node list_vpte;60 struct hlist_node list_vpte_long;61 struct rcu_head rcu_head;62 u64 host_va;63 u64 pfn;64 ulong slot;65 struct kvmppc_pte pte;
35 static struct kmem_cache *hpte_cache; variable