Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dcxl-host.c25 static void cxl_fixed_memory_window_config(CXLState *cxl_state, in cxl_fixed_memory_window_config() argument
68 cxl_state->fixed_windows = g_list_append(cxl_state->fixed_windows, in cxl_fixed_memory_window_config()
74 void cxl_fmws_link_targets(CXLState *cxl_state, Error **errp) in cxl_fmws_link_targets() argument
76 if (cxl_state && cxl_state->fixed_windows) { in cxl_fmws_link_targets()
79 for (it = cxl_state->fixed_windows; it; it = it->next) { in cxl_fmws_link_targets()
297 CXLState *cxl_state = opaque; in machine_get_cxl() local
298 bool value = cxl_state->is_enabled; in machine_get_cxl()
306 CXLState *cxl_state = opaque; in machine_set_cxl() local
312 cxl_state->is_enabled = value; in machine_set_cxl()
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c209 void pxb_cxl_hook_up_registers(CXLState *cxl_state, PCIBus *bus, Error **errp) in pxb_cxl_hook_up_registers() argument
217 offset = memory_region_size(mr) * cxl_state->next_mr_idx; in pxb_cxl_hook_up_registers()
218 if (offset > memory_region_size(&cxl_state->host_mr)) { in pxb_cxl_hook_up_registers()
223 memory_region_add_subregion(&cxl_state->host_mr, offset, mr); in pxb_cxl_hook_up_registers()
224 cxl_state->next_mr_idx++; in pxb_cxl_hook_up_registers()
/openbmc/qemu/include/hw/acpi/
H A Dcxl.h26 const char *oem_table_id, CXLState *cxl_state);
/openbmc/qemu/hw/acpi/
H A Dcxl.c203 const char *oem_table_id, CXLState *cxl_state) in cxl_build_cedt() argument
216 cedt_build_cfmws(cedt->buf, cxl_state); in cxl_build_cedt()