Searched refs:ir_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | avic.c | 78 struct list_head node; /* Used by SVM for per-vcpu ir_list */ 571 INIT_LIST_HEAD(&svm->ir_list); in avic_init_vcpu() 621 * Here, we go through the per-vcpu ir_list to update all existing in svm_set_pi_irte_mode() 626 if (list_empty(&svm->ir_list)) in svm_set_pi_irte_mode() 629 list_for_each_entry(ir, &svm->ir_list, node) { in svm_set_pi_irte_mode() 705 list_for_each_entry(cur, &svm->ir_list, node) { in svm_ir_list_del() 724 * to the ir_list. in svm_ir_list_add() 743 * add to the per-vcpu ir_list. in svm_ir_list_add() 753 list_add(&ir->node, &svm->ir_list); in svm_ir_list_add() 858 * interrupt information in a per-vcpu ir_list s in svm_update_pi_irte() [all...] |
H A D | svm.h | 161 struct list_head ir_list; member
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | avic.c | 81 struct list_head node; /* Used by SVM for per-vcpu ir_list */ 731 INIT_LIST_HEAD(&svm->ir_list); in avic_init_vcpu() 755 * Here, we go through the per-vcpu ir_list to update all existing in avic_set_pi_irte_mode() 760 if (list_empty(&svm->ir_list)) in avic_set_pi_irte_mode() 763 list_for_each_entry(ir, &svm->ir_list, node) { in avic_set_pi_irte_mode() 782 list_for_each_entry(cur, &svm->ir_list, node) { in svm_ir_list_del() 802 * to the ir_list. in svm_ir_list_add() 821 * add to the per-vcpu ir_list. in svm_ir_list_add() 843 list_add(&ir->node, &svm->ir_list); in svm_ir_list_add() 948 * interrupt information in a per-vcpu ir_list s in avic_pi_update_irte() [all...] |
H A D | svm.h | 276 struct list_head ir_list; member
|
Completed in 6 milliseconds