Home
last modified time | relevance | path

Searched defs:hpte_cache (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/powerpc/include/asm/
Dkvm_book3s.h56 struct hpte_cache { struct
57 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;
/linux-3.3/arch/powerpc/kvm/
Dbook3s_mmu_hpte.c35 static struct kmem_cache *hpte_cache; variable