Searched refs:QAllocOpts (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos-malloc.h | 24 } QAllocOpts; typedef 29 QAllocOpts opts; 43 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts); 45 void alloc_init(QGuestAllocator *alloc, QAllocOpts flags,
|
H A D | malloc-spapr.h | 13 void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
|
H A D | malloc-pc.h | 18 void pc_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
|
H A D | malloc-spapr.c | 18 void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags) in spapr_alloc_init()
|
H A D | malloc-pc.c | 21 void pc_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags) in pc_alloc_init()
|
H A D | libqos-malloc.c | 219 QAllocOpts mask; in alloc_destroy() 286 void alloc_init(QGuestAllocator *s, QAllocOpts opts, in alloc_init() 307 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts) in alloc_set_flags()
|
H A D | libqos.h | 11 void (*alloc_init)(QGuestAllocator *, QTestState *, QAllocOpts);
|