Home
last modified time | relevance | path

Searched refs:kvmppc_save_htab (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dkvm_ppc.h61 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 Dkvm.c2706 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 Dspapr.c2332 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()