Home
last modified time | relevance | path

Searched refs:cfmw_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/cxl/
H A Dcxl-host.c319 CXLFixedMemoryWindowOptionsList **list = &state->cfmw_list; in machine_get_cfmw()
328 CXLFixedMemoryWindowOptionsList *cfmw_list = NULL; in machine_set_cfmw() local
331 visit_type_CXLFixedMemoryWindowOptionsList(v, name, &cfmw_list, errp); in machine_set_cfmw()
332 if (!cfmw_list) { in machine_set_cfmw()
336 for (it = cfmw_list; it; it = it->next) { in machine_set_cfmw()
339 state->cfmw_list = cfmw_list; in machine_set_cfmw()
/openbmc/qemu/include/hw/cxl/
H A Dcxl.h46 CXLFixedMemoryWindowOptionsList *cfmw_list; member