Lines Matching defs:list
65 /* Add to ePTE list */
69 /* Add to ePTE_long list */
74 /* Add to vPTE list */
78 /* Add to vPTE_long list */
84 /* Add to vPTE_64k list */
135 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i];
137 hlist_for_each_entry_rcu(pte, list, list_vpte_long)
147 struct hlist_head *list;
150 /* Find the list of entries in the map */
151 list = &vcpu3s->hpte_hash_pte[kvmppc_mmu_hash_pte(guest_ea)];
155 /* Check the list for matching entries and invalidate */
156 hlist_for_each_entry_rcu(pte, list, list_pte)
166 struct hlist_head *list;
169 /* Find the list of entries in the map */
170 list = &vcpu3s->hpte_hash_pte_long[
175 /* Check the list for matching entries and invalidate */
176 hlist_for_each_entry_rcu(pte, list, list_pte_long)
209 struct hlist_head *list;
213 list = &vcpu3s->hpte_hash_vpte[kvmppc_mmu_hash_vpte(guest_vp)];
217 /* Check the list for matching entries and invalidate */
218 hlist_for_each_entry_rcu(pte, list, list_vpte)
230 struct hlist_head *list;
234 list = &vcpu3s->hpte_hash_vpte_64k[
239 /* Check the list for matching entries and invalidate */
240 hlist_for_each_entry_rcu(pte, list, list_vpte_64k)
252 struct hlist_head *list;
256 list = &vcpu3s->hpte_hash_vpte_long[
261 /* Check the list for matching entries and invalidate */
262 hlist_for_each_entry_rcu(pte, list, list_vpte_long)
303 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i];
305 hlist_for_each_entry_rcu(pte, list, list_vpte_long)