Searched refs:digl_list (Results 1 – 4 of 4) sorted by relevance
/xen/xen/drivers/passthrough/ |
A D | io.c | 191 list_for_each_entry ( digl, &irq_map->digl_list, list ) in pt_irq_time_out() 495 list_add_tail(&digl->list, &pirq_dpci->digl_list); in pt_irq_create_bind() 723 list_for_each_entry_safe ( digl, tmp, &pirq_dpci->digl_list, list ) in pt_irq_destroy_bind() 733 what = list_empty(&pirq_dpci->digl_list) ? "final" : "partial"; in pt_irq_destroy_bind() 742 list_empty(&pirq_dpci->digl_list) ) in pt_irq_destroy_bind() 779 INIT_LIST_HEAD(&dpci->digl_list); in pt_pirq_init() 916 list_for_each_entry ( digl, &pirq_dpci->digl_list, list ) in hvm_dirq_assist()
|
A D | pci.c | 870 list_for_each_entry_safe ( digl, tmp, &pirq_dpci->digl_list, list ) in pci_clean_dpci_irq()
|
/xen/xen/drivers/passthrough/vtd/x86/ |
A D | hvm.c | 31 list_for_each_entry ( digl, &pirq_dpci->digl_list, list ) in _hvm_dpci_isairq_eoi()
|
/xen/xen/include/asm-x86/hvm/ |
A D | irq.h | 173 struct list_head digl_list; member
|
Completed in 12 milliseconds