Searched refs:_XEN_PCIB_active (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | pciif.h | 35 #define _XEN_PCIB_active (2) macro 36 #define XEN_PCIB_active (1<<_XEN_PCIB_active)
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | pciif.h | 18 #define _XEN_PCIB_active (2) macro 19 #define XEN_PCIB_active (1<<_XEN_PCIB_active)
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | xen-pcifront.c | 104 if (test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in schedule_pcifront_aer_op() 159 if (test_bit(_XEN_PCIB_active, in do_pci_op() 638 clear_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags); in pcifront_do_aer()
|
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | pci_stub.c | 732 set_bit(_XEN_PCIB_active, in common_process() 741 !(test_bit(_XEN_PCIB_active, (unsigned long *) in common_process() 749 if (test_bit(_XEN_PCIB_active, in common_process() 753 clear_bit(_XEN_PCIB_active, in common_process()
|
H A D | pciback_ops.c | 303 /*_XEN_PCIB_active should have been cleared by pcifront. And also make in xen_pcibk_test_and_schedule_op() 305 if (!test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in xen_pcibk_test_and_schedule_op()
|
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | pci_stub.c | 731 set_bit(_XEN_PCIB_active, in common_process() 740 !(test_bit(_XEN_PCIB_active, (unsigned long *) in common_process() 748 if (test_bit(_XEN_PCIB_active, in common_process() 752 clear_bit(_XEN_PCIB_active, in common_process()
|
H A D | pciback_ops.c | 303 /*_XEN_PCIB_active should have been cleared by pcifront. And also make in xen_pcibk_test_and_schedule_op() 305 if (!test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in xen_pcibk_test_and_schedule_op()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | xen-pcifront.c | 105 if (test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in schedule_pcifront_aer_op() 160 if (test_bit(_XEN_PCIB_active, in do_pci_op() 664 clear_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags); in pcifront_do_aer()
|
Completed in 9 milliseconds