Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dkvm_ppc.h86 int kvmppc_resize_hpt_commit(PowerPCCPU *cpu, target_ulong flags, int shift);
456 static inline int kvmppc_resize_hpt_commit(PowerPCCPU *cpu, in kvmppc_resize_hpt_commit() function
H A Dkvm.c2905 int kvmppc_resize_hpt_commit(PowerPCCPU *cpu, target_ulong flags, int shift) in kvmppc_resize_hpt_commit() function
/qemu/hw/ppc/
H A Dspapr_hcall.c184 rc = kvmppc_resize_hpt_commit(cpu, flags, shift); in h_resize_hpt_commit()