Home
last modified time | relevance | path

Searched refs:XEN_IOPORT_MAGIC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/xen/
Dplatform-pci-unplug.c43 magic = inw(XEN_IOPORT_MAGIC); in check_platform_magic()
58 if (inw(XEN_IOPORT_MAGIC) != XEN_IOPORT_MAGIC_VAL) { in check_platform_magic()
/linux-4.1.27/include/xen/
Dplatform_pci.h11 #define XEN_IOPORT_MAGIC (XEN_IOPORT_BASE + 0) /* 2 byte access (R) */ macro