Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dcxl.h663 struct cxl_guest { struct
680 struct cxl_guest *guest; argument
H A Dguest.c1112 if (!(adapter->guest = kzalloc(sizeof(struct cxl_guest), GFP_KERNEL))) { in cxl_guest_init_adapter()