Searched refs:kvmppc_get_hypercall (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | kvm_ppc.h | 27 int kvmppc_get_hypercall(CPUPPCState *env, uint8_t *buf, int buf_len); 160 static inline int kvmppc_get_hypercall(CPUPPCState *env, in kvmppc_get_hypercall() function
|
H A D | kvm.c | 1999 int kvmppc_get_hypercall(CPUPPCState *env, uint8_t *buf, int buf_len) in kvmppc_get_hypercall() function
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 344 kvmppc_get_hypercall(env, hypercall, 16); in ppc_heathrow_init()
|
H A D | mac_newworld.c | 504 kvmppc_get_hypercall(env, hypercall, 16); in ppc_core99_init()
|
H A D | e500.c | 479 kvmppc_get_hypercall(env, hypercall, sizeof(hypercall)); in ppce500_load_device_tree()
|
H A D | spapr.c | 1164 if (!kvmppc_get_hypercall(cpu_env(first_cpu), hypercall, in spapr_dt_hypervisor()
|