Searched refs:CXLState (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/cxl/ |
H A D | cxl-host-stubs.c | 11 void cxl_fmws_link_targets(CXLState *stat, Error **errp) {}; in cxl_fmws_link_targets() 12 void cxl_machine_init(Object *obj, CXLState *state) {}; in cxl_machine_init() 13 void cxl_hook_up_pxb_registers(PCIBus *bus, CXLState *state, Error **errp) {}; in cxl_hook_up_pxb_registers()
|
H A D | cxl-host.c | 25 static void cxl_fixed_memory_window_config(CXLState *cxl_state, in cxl_fixed_memory_window_config() 74 void cxl_fmws_link_targets(CXLState *cxl_state, Error **errp) in cxl_fmws_link_targets() 297 CXLState *cxl_state = opaque; in machine_get_cxl() 306 CXLState *cxl_state = opaque; in machine_set_cxl() 318 CXLState *state = opaque; in machine_get_cfmw() 327 CXLState *state = opaque; in machine_set_cfmw() 342 void cxl_machine_init(Object *obj, CXLState *state) in cxl_machine_init() 357 void cxl_hook_up_pxb_registers(PCIBus *bus, CXLState *state, Error **errp) in cxl_hook_up_pxb_registers()
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_host.h | 16 void cxl_machine_init(Object *obj, CXLState *state); 17 void cxl_fmws_link_targets(CXLState *stat, Error **errp); 18 void cxl_hook_up_pxb_registers(PCIBus *bus, CXLState *state, Error **errp);
|
H A D | cxl.h | 41 typedef struct CXLState { struct 47 } CXLState; argument
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge_stubs.c | 14 void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp) {}; in pxb_cxl_hook_up_registers()
|
H A D | pci_expander_bridge.c | 209 void pxb_cxl_hook_up_registers(CXLState *cxl_state, PCIBus *bus, Error **errp) in pxb_cxl_hook_up_registers()
|
/openbmc/qemu/include/hw/pci-bridge/ |
H A D | pci_expander_bridge.h | 10 void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp);
|
/openbmc/qemu/include/hw/acpi/ |
H A D | cxl.h | 26 const char *oem_table_id, CXLState *cxl_state);
|
/openbmc/qemu/hw/acpi/ |
H A D | cxl.c | 138 static void cedt_build_cfmws(GArray *table_data, CXLState *cxls) in cedt_build_cfmws() 203 const char *oem_table_id, CXLState *cxl_state) in cxl_build_cedt()
|
/openbmc/qemu/include/hw/i386/ |
H A D | pc.h | 60 CXLState cxl_devices_state;
|