Home
last modified time | relevance | path

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

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