Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Drtas.c42 res = qtest_rtas_call(qts, name, nargs, target_args, nret, target_ret); in qrtas_call()
/openbmc/qemu/hw/ppc/
H A Dspapr_rtas.c533 static uint64_t qtest_rtas_call(char *cmd, uint32_t nargs, uint64_t args, in qtest_rtas_call() function
566 res = qtest_rtas_call(words[1], nargs, args, nret, ret); in spapr_qtest_callback()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.h576 uint64_t qtest_rtas_call(QTestState *s, const char *name,
H A Dlibqtest.c1200 uint64_t qtest_rtas_call(QTestState *s, const char *name, in qtest_rtas_call() function