Home
last modified time | relevance | path

Searched refs:kvmppc_get_hypercall (Results 1 – 6 of 6) sorted by relevance

/qemu/target/ppc/
H A Dkvm_ppc.h27 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 Dkvm.c2005 int kvmppc_get_hypercall(CPUPPCState *env, uint8_t *buf, int buf_len) in kvmppc_get_hypercall() function
/qemu/hw/ppc/
H A Dmac_oldworld.c340 kvmppc_get_hypercall(env, hypercall, 16); in ppc_heathrow_init()
H A Dmac_newworld.c501 kvmppc_get_hypercall(env, hypercall, 16); in ppc_core99_init()
H A De500.c480 kvmppc_get_hypercall(env, hypercall, sizeof(hypercall)); in ppce500_load_device_tree()
H A Dspapr.c1171 if (!kvmppc_get_hypercall(cpu_env(first_cpu), hypercall, in spapr_dt_hypervisor()