Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dplatform-pci-unplug.c32 if (magic != XEN_IOPORT_MAGIC_VAL) { in check_platform_magic()
46 if (inw(XEN_IOPORT_MAGIC) != XEN_IOPORT_MAGIC_VAL) { in check_platform_magic()
/OK3568_Linux_fs/kernel/include/xen/
H A Dplatform_pci.h5 #define XEN_IOPORT_MAGIC_VAL 0x49d2 macro