Searched refs:opal_call (Results 1 – 4 of 4) sorted by relevance
/kvm-unit-tests/lib/ppc64/ |
H A D | opal.c | 17 extern int64_t opal_call(int64_t token, int64_t arg1, int64_t arg2, int64_t arg3); 39 if (opal_call(OPAL_REINIT_CPUS, OPAL_REINIT_CPUS_HILE_LE, 0, 0) != OPAL_SUCCESS) in opal_init() 48 opal_call(OPAL_CEC_POWER_DOWN, 0, 0, 0); in opal_power_off() 50 opal_call(OPAL_POLL_EVENTS, 0, 0, 0); in opal_power_off() 59 opal_call(OPAL_CONSOLE_WRITE, (int64_t)vty, (int64_t)&nr_chars, (int64_t)&ch); in opal_putchar() 69 rc = opal_call(OPAL_CONSOLE_READ, (int64_t)vty, (int64_t)&nr_chars, (int64_t)&ch); in __opal_getchar()
|
H A D | opal-calls.S | 9 .globl opal_call symbol 10 opal_call: label
|
/kvm-unit-tests/lib/ppc64/asm/ |
H A D | opal.h | 20 int64_t opal_call(int64_t token, int64_t arg1, int64_t arg2, int64_t arg3);
|
/kvm-unit-tests/lib/powerpc/ |
H A D | smp.c | 30 if (opal_call(OPAL_RETURN_CPU, 0, 0, 0) != OPAL_SUCCESS) { in stop_self() 165 ret = opal_call(OPAL_QUERY_CPU_STATUS, cpu_id, (unsigned long)&status, 0); in cpu_is_running() 228 if (opal_call(OPAL_START_CPU, cpu_id, (unsigned long)start_secondary, 0) != OPAL_SUCCESS) { in start_thread()
|