Searched refs:target_args (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | rtas.c | 10 static void qrtas_copy_args(QTestState *qts, uint64_t target_args, in qrtas_copy_args() argument 16 qtest_writel(qts, target_args + i * sizeof(uint32_t), args[i]); in qrtas_copy_args() 36 uint64_t target_args, target_ret; in qrtas_call() local 38 target_args = guest_alloc(alloc, nargs * sizeof(uint32_t)); in qrtas_call() 41 qrtas_copy_args(qts, target_args, nargs, args); in qrtas_call() 42 res = qtest_rtas_call(qts, name, nargs, target_args, nret, target_ret); in qrtas_call() 46 guest_free(alloc, target_args); in qrtas_call()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-init.rst | 31 <table> ::= <start_sector> <num_sectors> <target_type> <target_args>
|