Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr.c399 typedef struct DrconfCellQueue { struct
401 QSIMPLEQ_ENTRY(DrconfCellQueue) entry; argument
402 } DrconfCellQueue; typedef
404 static DrconfCellQueue *
409 DrconfCellQueue *elem; in spapr_get_drconf_cell()
434 DrconfCellQueue *elem, *next; in spapr_dt_dynamic_memory_v2()
436 QSIMPLEQ_HEAD(, DrconfCellQueue) drconf_queue in spapr_dt_dynamic_memory_v2()
502 QSIMPLEQ_REMOVE(&drconf_queue, elem, DrconfCellQueue, entry); in spapr_dt_dynamic_memory_v2()