Home
last modified time | relevance | path

Searched refs:TYPE_CXL_USP (Results 1 – 5 of 5) sorted by relevance

/qemu/include/hw/cxl/
H A Dcxl.h59 #define TYPE_CXL_USP "cxl-upstream" macro
62 DECLARE_INSTANCE_CHECKER(CXLUpstreamPort, CXL_USP, TYPE_CXL_USP)
/qemu/hw/cxl/
H A Dswitch-mailbox-cci.c70 target, TYPE_CXL_USP, PCIDevice *),
H A Dcxl-host.c212 if (!object_dynamic_cast(OBJECT(d), TYPE_CXL_USP)) { in cxl_cfmws_find_device()
H A Dcxl-mailbox-utils.c167 } else if (object_dynamic_cast(OBJECT(cci->d), TYPE_CXL_USP)) { in cmd_tunnel_management_cmd()
369 if (object_dynamic_cast(OBJECT(cci->d), TYPE_CXL_USP)) { in cmd_infostat_identify()
/qemu/hw/pci-bridge/
H A Dcxl_upstream.c329 cxl_component_register_block_init(OBJECT(d), cxl_cstate, TYPE_CXL_USP); in cxl_usp_realize()
388 .name = TYPE_CXL_USP,