Home
last modified time | relevance | path

Searched refs:PXBCXLDev (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/cxl/
H A Dcxl.h27 typedef struct PXBCXLDev PXBCXLDev; typedef
32 PXBCXLDev *target_hbs[16];
/openbmc/qemu/include/hw/pci/
H A Dpci_bridge.h111 typedef struct PXBCXLDev { struct
118 } PXBCXLDev; argument
121 OBJECT_DECLARE_SIMPLE_TYPE(PXBCXLDev, PXB_CXL_DEV)
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c211 PXBCXLDev *pxb = PXB_CXL_DEV(pci_bridge_get_device(bus)); in pxb_cxl_hook_up_registers()
511 DEFINE_PROP_BOOL("hdm_for_passthrough", PXBCXLDev, hdm_for_passthrough, false),
539 .instance_size = sizeof(PXBCXLDev),
/openbmc/qemu/hw/acpi/
H A Dcxl.c102 static void cedt_build_chbs(GArray *table_data, PXBCXLDev *cxl) in cedt_build_chbs()