lpi_translation_cache  253 include/kvm/arm_vgic.h 	struct list_head	lpi_translation_cache;
lpi_translation_cache   57 virt/kvm/arm/vgic/vgic-init.c 	INIT_LIST_HEAD(&dist->lpi_translation_cache);
lpi_translation_cache  544 virt/kvm/arm/vgic/vgic-its.c 	list_for_each_entry(cte, &dist->lpi_translation_cache, entry) {
lpi_translation_cache  560 virt/kvm/arm/vgic/vgic-its.c 		if (!list_is_first(&cte->entry, &dist->lpi_translation_cache))
lpi_translation_cache  561 virt/kvm/arm/vgic/vgic-its.c 			list_move(&cte->entry, &dist->lpi_translation_cache);
lpi_translation_cache  598 virt/kvm/arm/vgic/vgic-its.c 	if (unlikely(list_empty(&dist->lpi_translation_cache)))
lpi_translation_cache  611 virt/kvm/arm/vgic/vgic-its.c 	cte = list_last_entry(&dist->lpi_translation_cache,
lpi_translation_cache  630 virt/kvm/arm/vgic/vgic-its.c 	list_move(&cte->entry, &dist->lpi_translation_cache);
lpi_translation_cache  644 virt/kvm/arm/vgic/vgic-its.c 	list_for_each_entry(cte, &dist->lpi_translation_cache, entry) {
lpi_translation_cache 1833 virt/kvm/arm/vgic/vgic-its.c 	if (!list_empty(&dist->lpi_translation_cache))
lpi_translation_cache 1847 virt/kvm/arm/vgic/vgic-its.c 		list_add(&cte->entry, &dist->lpi_translation_cache);
lpi_translation_cache 1859 virt/kvm/arm/vgic/vgic-its.c 				 &dist->lpi_translation_cache, entry) {