Searched full:outputs (Results 1 – 9 of 9) sorted by relevance
/kvm-unit-tests/lib/powerpc/ |
H A D | rtas.c | 97 int token, int nargs, int nret, int *outputs, in rtas_call_unlocked_va() argument 115 if (nret > 1 && outputs != NULL) in rtas_call_unlocked_va() 117 outputs[i] = be32_to_cpu(args->rets[i + 1]); in rtas_call_unlocked_va() 124 int rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, int *outputs, ...) in rtas_call_unlocked() argument 129 va_start(list, outputs); in rtas_call_unlocked() 130 ret = rtas_call_unlocked_va(args, token, nargs, nret, outputs, list); in rtas_call_unlocked() 136 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call() argument 145 va_start(list, outputs); in rtas_call() 146 ret = rtas_call_unlocked_va(&rtas_args, token, nargs, nret, outputs, list); in rtas_call()
|
H A D | smp.c | 173 int outputs[1], ret; in cpu_is_running() local 181 ret = rtas_call(query_token, 1, 2, outputs, cpu_id); in cpu_is_running() 186 if (outputs[0]) /* cpu not in stopped state */ in cpu_is_running()
|
/kvm-unit-tests/lib/powerpc/asm/ |
H A D | rtas.h | 25 extern int rtas_call(int token, int nargs, int nret, int *outputs, ...); 26 extern int rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, int *outputs,…
|
/kvm-unit-tests/lib/x86/ |
H A D | usermode.h | 22 * raised_vector: outputs true if exception occurred.
|
/kvm-unit-tests/lib/ |
H A D | alloc_phys.h | 33 * phys_alloc_show outputs all currently allocated regions with the
|
/kvm-unit-tests/x86/ |
H A D | README | 10 These invocations run the msr test case and outputs to stdio.
|
/kvm-unit-tests/arm/ |
H A D | cstart.S | 115 * Outputs: 207 * Outputs: none
|
H A D | cstart64.S | 133 * Outputs: 225 * Outputs: none
|
/kvm-unit-tests/scripts/ |
H A D | arch-run.bash | 199 # Then destination machines are started after the test outputs
|