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