Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dcxl-host-stubs.c12 void cxl_machine_init(Object *obj, CXLState *state) {}; in cxl_machine_init() function
H A Dcxl-host.c342 void cxl_machine_init(Object *obj, CXLState *state) in cxl_machine_init() function
/openbmc/qemu/include/hw/cxl/
H A Dcxl_host.h16 void cxl_machine_init(Object *obj, CXLState *state);
/openbmc/qemu/hw/i386/
H A Dpc.c1704 cxl_machine_init(obj, &pcms->cxl_devices_state); in pc_machine_initfn()