Home
last modified time | relevance | path

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

/openbmc/qemu/hw/mem/
H A Dpc-dimm.c35 static int pc_dimm_get_free_slot(const int *hint, int max_slots, Error **errp);
63 slot = pc_dimm_get_free_slot(slot == PC_DIMM_UNASSIGNED_SLOT ? NULL : &slot, in pc_dimm_pre_plug()
118 static int pc_dimm_get_free_slot(const int *hint, int max_slots, Error **errp) in pc_dimm_get_free_slot() function