Home
last modified time | relevance | path

Searched refs:_XEN_PCIF_active (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/xen/interface/io/
Dpciif.h31 #define _XEN_PCIF_active (0) macro
32 #define XEN_PCIF_active (1<<_XEN_PCIF_active)
/Linux-v4.19/drivers/xen/xen-pciback/
Dpciback_ops.c312 if (test_bit(_XEN_PCIF_active, (unsigned long *)&pdev->sh_info->flags) in xen_pcibk_test_and_schedule_op()
398 clear_bit(_XEN_PCIF_active, (unsigned long *)&pdev->sh_info->flags); in xen_pcibk_do_op()
Dpci_stub.c752 if (test_bit(_XEN_PCIF_active, in common_process()
/Linux-v4.19/drivers/pci/
Dxen-pcifront.c129 set_bit(_XEN_PCIF_active, (unsigned long *)&pdev->sh_info->flags); in do_pci_op()
142 while (test_bit(_XEN_PCIF_active, in do_pci_op()
150 clear_bit(_XEN_PCIF_active, in do_pci_op()