Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr.c392 typedef struct DrconfCellQueue { struct
394 QSIMPLEQ_ENTRY(DrconfCellQueue) entry; argument
395 } DrconfCellQueue; typedef
397 static DrconfCellQueue *
402 DrconfCellQueue *elem; in spapr_get_drconf_cell()
427 DrconfCellQueue *elem, *next; in spapr_dt_dynamic_memory_v2()
429 QSIMPLEQ_HEAD(, DrconfCellQueue) drconf_queue in spapr_dt_dynamic_memory_v2()
495 QSIMPLEQ_REMOVE(&drconf_queue, elem, DrconfCellQueue, entry); in spapr_dt_dynamic_memory_v2()