Home
last modified time | relevance | path

Searched refs:PCI_PM_SIZEOF (Results 1 – 3 of 3) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dpci_regs.h265 #define PCI_PM_SIZEOF 8 macro
/qemu/hw/xen/
H A Dxen_pt_config_init.c1723 .grp_size = PCI_PM_SIZEOF,
/qemu/hw/pci/
H A Dpci.c446 int cap = pci_add_capability(d, PCI_CAP_ID_PM, offset, PCI_PM_SIZEOF, errp); in pci_pm_init()