Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dpciif.h35 #define _XEN_PCIB_active (2) macro
36 #define XEN_PCIB_active (1<<_XEN_PCIB_active)
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dpci_stub.c732 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 Dpciback_ops.c305 if (!test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in xen_pcibk_test_and_schedule_op()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dxen-pcifront.c105 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()