Searched refs:CXLComponentState (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_component.h | 251 } CXLComponentState; typedef 254 CXLComponentState *cxl_cstate, 260 void cxl_component_create_dvsec(CXLComponentState *cxl_cstate, 273 CXLComponentState *cxl_get_hb_cstate(PCIHostState *hb); 276 bool cxl_doe_cdat_init(CXLComponentState *cxl_cstate, Error **errp); 277 void cxl_doe_cdat_release(CXLComponentState *cxl_cstate); 278 void cxl_doe_cdat_update(CXLComponentState *cxl_cstate, Error **errp);
|
H A D | cxl.h | 52 CXLComponentState cxl_cstate; 63 CXLComponentState *cxl_usp_to_cstate(CXLUpstreamPort *usp);
|
H A D | cxl_device.h | 545 CXLComponentState cxl_cstate; 616 CXLComponentState cxl_cstate;
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | cxl_downstream.c | 24 CXLComponentState cxl_cstate; 48 CXLComponentState *cxl_cstate = &dsp->cxl_cstate; in cxl_dsp_dvsec_write_config() 95 static void build_dvsecs(CXLComponentState *cxl) in build_dvsecs() 140 CXLComponentState *cxl_cstate = &dsp->cxl_cstate; in cxl_dsp_realize()
|
H A D | cxl_root_port.c | 48 CXLComponentState cxl_cstate; 106 static void build_dvsecs(CXLComponentState *cxl) in build_dvsecs() 151 CXLComponentState *cxl_cstate = &crp->cxl_cstate; in cxl_rp_realize()
|
H A D | pci_expander_bridge.c | 60 CXLComponentState *cxl_get_hb_cstate(PCIHostState *hb) 183 CXLComponentState *cxl_cstate = &cxl->cxl_cstate; in pxb_cxl_realize() 201 CXLComponentState *cxl_cstate = &cxl->cxl_cstate; in pxb_cxl_hook_up_registers() 287 CXLComponentState *cxl_cstate = &cxl->cxl_cstate; in pxb_cxl_dev_reset()
|
H A D | cxl_upstream.c | 34 CXLComponentState *cxl_usp_to_cstate(CXLUpstreamPort *usp) in cxl_usp_to_cstate() 106 static void build_dvsecs(CXLComponentState *cxl) in build_dvsecs() 295 CXLComponentState *cxl_cstate = &usp->cxl_cstate; in cxl_usp_realize()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-cdat.c | 192 bool cxl_doe_cdat_init(CXLComponentState *cxl_cstate, Error **errp) in cxl_doe_cdat_init() 203 void cxl_doe_cdat_update(CXLComponentState *cxl_cstate, Error **errp) in cxl_doe_cdat_update() 212 void cxl_doe_cdat_release(CXLComponentState *cxl_cstate) in cxl_doe_cdat_release()
|
H A D | cxl-component-utils.c | 67 CXLComponentState *cxl_cstate = opaque; in cxl_cache_mem_read_reg() 91 static void dumb_hdm_handler(CXLComponentState *cxl_cstate, hwaddr offset, in dumb_hdm_handler() 124 CXLComponentState *cxl_cstate = opaque; in cxl_cache_mem_write_reg() 191 CXLComponentState *cxl_cstate, in cxl_component_register_block_init() 372 void cxl_component_create_dvsec(CXLComponentState *cxl, in cxl_component_create_dvsec()
|
H A D | switch-mailbox-cci.c | 29 CXLComponentState *cxl_cstate = &cswmb->cxl_cstate; in cswbcci_realize()
|
H A D | cxl-host.c | 157 CXLComponentState *hb_cstate, *usp_cstate; in cxl_cfmws_find_device()
|
/openbmc/qemu/include/hw/pci-bridge/ |
H A D | cxl_upstream_port.h | 13 CXLComponentState cxl_cstate;
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 320 CXLComponentState *cxl_cstate = &ct3d->cxl_cstate; in build_dvsecs() 494 CXLComponentState *cxl_cstate = opaque; in ct3d_reg_write() 841 CXLComponentState *cxl_cstate = &ct3d->cxl_cstate; in ct3_realize() 957 CXLComponentState *cxl_cstate = &ct3d->cxl_cstate; in ct3_exit()
|