Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr.c449 typedef struct DrconfCellQueue { struct
451 QSIMPLEQ_ENTRY(DrconfCellQueue) entry; argument
452 } DrconfCellQueue; typedef
454 static DrconfCellQueue *
459 DrconfCellQueue *elem; in spapr_get_drconf_cell()
484 DrconfCellQueue *elem, *next; in spapr_dt_dynamic_memory_v2()
486 QSIMPLEQ_HEAD(, DrconfCellQueue) drconf_queue in spapr_dt_dynamic_memory_v2()
552 QSIMPLEQ_REMOVE(&drconf_queue, elem, DrconfCellQueue, entry); in spapr_dt_dynamic_memory_v2()