Lines Matching refs:xen
88 queries.add_argument("--all", help="Print all of the above. On a Xen policy, the Xen components "
91 xen = parser.add_argument_group("Xen Component Queries")
92 xen.add_argument("--ioportcon", help="Print all ioportcon statements.", dest="ioportconquery",
94 xen.add_argument("--iomemcon", help="Print all iomemcon statements.", dest="iomemconquery",
96 xen.add_argument("--pcidevicecon", help="Print all pcidevicecon statements.",
98 xen.add_argument("--pirqcon", help="Print all pirqcon statements.", dest="pirqconquery",
100 xen.add_argument("--devicetreecon", help="Print all devicetreecon statements.",
275 if p.target_platform == "xen":
343 elif p.target_platform == "xen":