Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dkvm_ppc.h85 int kvmppc_resize_hpt_prepare(PowerPCCPU *cpu, target_ulong flags, int shift);
450 static inline int kvmppc_resize_hpt_prepare(PowerPCCPU *cpu, in kvmppc_resize_hpt_prepare() function
H A Dkvm.c2888 int kvmppc_resize_hpt_prepare(PowerPCCPU *cpu, target_ulong flags, int shift) in kvmppc_resize_hpt_prepare() function
/qemu/hw/ppc/
H A Dspapr_hcall.c119 rc = kvmppc_resize_hpt_prepare(cpu, flags, shift); in h_resize_hpt_prepare()