Home
last modified time | relevance | path

Searched refs:has_vpci (Results 1 – 9 of 9) sorted by relevance

/xen/tools/tests/vpci/
A Demul.h88 #define has_vpci(d) true macro
/xen/xen/drivers/passthrough/x86/
A Diommu.c199 if ( has_vpci(d) && vpci_is_mmcfg_address(d, pfn_to_paddr(pfn)) ) in hwdom_iommu_map()
/xen/xen/arch/x86/hvm/
A Dhypercall.c99 if ( !has_vpci(currd) || !is_hardware_domain(currd) ) in hvm_physdev_op()
A Dio.c370 if ( !has_vpci(d) ) in register_vpci_portio_handler()
A Dioreq.c180 if ( has_vpci(d) && vpci_process_pending(v) ) in handle_hvm_io_completion()
/xen/xen/drivers/vpci/
A Dmsi.c276 if ( !has_vpci(d) ) in vpci_dump_msi()
A Dvpci.c62 if ( !has_vpci(pdev->domain) ) in vpci_add_handlers()
/xen/xen/include/asm-x86/
A Ddomain.h477 #define has_vpci(d) (!!((d)->arch.emulation_flags & X86_EMU_VPCI)) macro
/xen/xen/arch/x86/
A Dphysdev.c559 if ( !ret && has_vpci(currd) && (info.flags & XEN_PCI_MMCFG_RESERVED) ) in do_physdev_op()

Completed in 14 milliseconds