Searched defs:hpte_cache (Results 1 – 2 of 2) sorted by relevance
45 struct hpte_cache { struct46 struct hlist_node list_pte;47 struct hlist_node list_pte_long;48 struct hlist_node list_vpte;51 struct hlist_node list_vpte_64k;53 struct rcu_head rcu_head;54 u64 host_vpn;55 u64 pfn;56 ulong slot;57 struct kvmppc_pte pte;[all …]
24 static struct kmem_cache *hpte_cache; variable