Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dkvm_book3s.h45 struct hpte_cache { struct
46 struct hlist_node list_pte;
47 struct hlist_node list_pte_long;
48 struct hlist_node list_vpte;
49 struct hlist_node list_vpte_long;
51 struct hlist_node list_vpte_64k;
53 struct rcu_head rcu_head;
54 u64 host_vpn;
55 u64 pfn;
56 ulong slot;
[all …]
/linux-6.6.21/arch/powerpc/kvm/
Dbook3s_mmu_hpte.c24 static struct kmem_cache *hpte_cache; variable