Searched refs:ap_list_head (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/virt/kvm/arm/vgic/ |
| D | vgic.c | 159 list_for_each_entry_safe(irq, tmp, &vgic_cpu->ap_list_head, ap_list) { in vgic_flush_pending_lpis() 303 list_sort(NULL, &vgic_cpu->ap_list_head, vgic_irq_cmp); in vgic_sort_ap_list() 408 list_add_tail(&irq->ap_list, &vcpu->arch.vgic_cpu.ap_list_head); in vgic_queue_irq_unlock() 628 list_for_each_entry_safe(irq, tmp, &vgic_cpu->ap_list_head, ap_list) { in vgic_prune_ap_list() 700 list_add_tail(&irq->ap_list, &new_cpu->ap_list_head); in vgic_prune_ap_list() 767 list_for_each_entry(irq, &vgic_cpu->ap_list_head, ap_list) { in compute_ap_list_depth() 798 list_for_each_entry(irq, &vgic_cpu->ap_list_head, ap_list) { in vgic_flush_lr_state() 824 &vgic_cpu->ap_list_head)) in vgic_flush_lr_state() 863 if (list_empty(&vcpu->arch.vgic_cpu.ap_list_head)) in kvm_vgic_sync_hwstate() 899 if (list_empty(&vcpu->arch.vgic_cpu.ap_list_head) && in kvm_vgic_flush_hwstate() [all …]
|
| D | vgic-init.c | 204 INIT_LIST_HEAD(&vgic_cpu->ap_list_head); in kvm_vgic_vcpu_init() 360 INIT_LIST_HEAD(&vgic_cpu->ap_list_head); in kvm_vgic_vcpu_destroy()
|
| /Linux-v5.4/include/kvm/ |
| D | arm_vgic.h | 310 struct list_head ap_list_head; member
|