Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/xen/
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()
/Linux-v5.10/include/xen/
Dplatform_pci.h5 #define XEN_IOPORT_MAGIC_VAL 0x49d2 macro