Searched refs:ap_list_head (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/arm64/kvm/vgic/ |
D | vgic.c | 160 list_for_each_entry_safe(irq, tmp, &vgic_cpu->ap_list_head, ap_list) { in vgic_flush_pending_lpis() 305 list_sort(NULL, &vgic_cpu->ap_list_head, vgic_irq_cmp); in vgic_sort_ap_list() 410 list_add_tail(&irq->ap_list, &vcpu->arch.vgic_cpu.ap_list_head); in vgic_queue_irq_unlock() 645 list_for_each_entry_safe(irq, tmp, &vgic_cpu->ap_list_head, ap_list) { in vgic_prune_ap_list() 717 list_add_tail(&irq->ap_list, &new_cpu->ap_list_head); in vgic_prune_ap_list() 784 list_for_each_entry(irq, &vgic_cpu->ap_list_head, ap_list) { in compute_ap_list_depth() 816 list_for_each_entry(irq, &vgic_cpu->ap_list_head, ap_list) { in vgic_flush_lr_state() 842 &vgic_cpu->ap_list_head)) in vgic_flush_lr_state() 882 if (list_empty(&vcpu->arch.vgic_cpu.ap_list_head)) in kvm_vgic_sync_hwstate() 921 if (list_empty(&vcpu->arch.vgic_cpu.ap_list_head) && in kvm_vgic_flush_hwstate() [all …]
|
D | vgic-init.c | 203 INIT_LIST_HEAD(&vgic_cpu->ap_list_head); in kvm_vgic_vcpu_init() 381 INIT_LIST_HEAD(&vgic_cpu->ap_list_head); in kvm_vgic_vcpu_destroy()
|
/Linux-v6.6/include/kvm/ |
D | arm_vgic.h | 342 struct list_head ap_list_head; member
|