Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos.h8 typedef struct QOSState QOSState; typedef
14 void (*shutdown)(QOSState *);
17 struct QOSState { struct
24 QOSState *qtest_vboot(QOSOps *ops, const char *cmdline_fmt, va_list ap) argument
26 QOSState *qtest_boot(QOSOps *ops, const char *cmdline_fmt, ...)
28 void qtest_common_shutdown(QOSState *qs);
29 void qtest_shutdown(QOSState *qs);
31 void migrate(QOSState *from, QOSState *to, const char *uri);
35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc()
40 static inline void qfree(QOSState *q, uint64_t addr) in qfree()
H A Dlibqos-spapr.c13 QOSState *qtest_spapr_vboot(const char *cmdline_fmt, va_list ap) in qtest_spapr_vboot()
18 QOSState *qtest_spapr_boot(const char *cmdline_fmt, ...) in qtest_spapr_boot()
20 QOSState *qs; in qtest_spapr_boot()
30 void qtest_spapr_shutdown(QOSState *qs) in qtest_spapr_shutdown()
H A Dlibqos-pc.c13 QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap) in qtest_pc_vboot()
18 QOSState *qtest_pc_boot(const char *cmdline_fmt, ...) in qtest_pc_boot()
20 QOSState *qs; in qtest_pc_boot()
32 void qtest_pc_shutdown(QOSState *qs) in qtest_pc_shutdown()
H A Dlibqos.c15 QOSState *qtest_vboot(QOSOps *ops, const char *cmdline_fmt, va_list ap) in qtest_vboot()
19 QOSState *qs = g_new0(QOSState, 1); in qtest_vboot()
37 QOSState *qtest_boot(QOSOps *ops, const char *cmdline_fmt, ...) in qtest_boot()
39 QOSState *qs; in qtest_boot()
52 void qtest_common_shutdown(QOSState *qs) in qtest_common_shutdown()
65 void qtest_shutdown(QOSState *qs) in qtest_shutdown()
79 void migrate(QOSState *from, QOSState *to, const char *uri) in migrate()
H A Dlibqos-pc.h6 QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap)
8 QOSState *qtest_pc_boot(const char *cmdline_fmt, ...)
10 void qtest_pc_shutdown(QOSState *qs);
H A Dlibqos-spapr.h6 QOSState *qtest_spapr_vboot(const char *cmdline_fmt, va_list ap)
8 QOSState *qtest_spapr_boot(const char *cmdline_fmt, ...)
10 void qtest_spapr_shutdown(QOSState *qs);
H A Dfw_cfg.h37 size_t qfw_cfg_write_file(QFWCFG *fw_cfg, QOSState *qs, const char *filename,
39 size_t qfw_cfg_read_file(QFWCFG *fw_cfg, QOSState *qs, const char *filename,
H A Dfw_cfg.c65 static void qfw_cfg_dma_transfer(QFWCFG *fw_cfg, QOSState *qs, void *address, in qfw_cfg_dma_transfer()
105 static void qfw_cfg_write_entry(QFWCFG *fw_cfg, QOSState *qs, uint16_t key, in qfw_cfg_write_entry()
112 static void qfw_cfg_read_entry(QFWCFG *fw_cfg, QOSState *qs, uint16_t key, in qfw_cfg_read_entry()
197 size_t qfw_cfg_read_file(QFWCFG *fw_cfg, QOSState *qs, const char *filename, in qfw_cfg_read_file()
239 size_t qfw_cfg_write_file(QFWCFG *fw_cfg, QOSState *qs, const char *filename, in qfw_cfg_write_file()
H A Dahci.h337 QOSState *parent;
/openbmc/qemu/tests/qtest/
H A Drtas-test.c10 QOSState *qs; in run_test_rtas_get_time_of_day()
H A Dusb-hcd-uhci-test.c18 static QOSState *qs;
H A Dvmcoreinfo-test.c25 QOSState *qs; in test_vmcoreinfo_write_basic()
H A Derst-test.c39 QOSState *qs;
H A Divshmem-test.c43 QOSState *qs;
H A Dahci-test.c117 QOSState *tmp = to->parent; in ahci_migrate()
199 QOSState *qs = ahci->parent; in ahci_shutdown()