Searched refs:kvmppc_save_htab (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | kvm_ppc.h | 61 int kvmppc_save_htab(QEMUFile *f, int fd, size_t bufsize, int64_t max_ns); 342 static inline int kvmppc_save_htab(QEMUFile *f, int fd, size_t bufsize, in kvmppc_save_htab() function
|
H A D | kvm.c | 2706 int kvmppc_save_htab(QEMUFile *f, int fd, size_t bufsize, int64_t max_ns) in kvmppc_save_htab() function
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 2332 rc = kvmppc_save_htab(f, fd, MAX_KVM_BUF_SIZE, MAX_ITERATION_NS); in htab_save_iterate() 2370 rc = kvmppc_save_htab(f, fd, MAX_KVM_BUF_SIZE, -1); in htab_save_complete()
|