Home
last modified time | relevance | path

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

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