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.h87 int kvmppc_resize_hpt_prepare(PowerPCCPU *cpu, target_ulong flags, int shift);
459 static inline int kvmppc_resize_hpt_prepare(PowerPCCPU *cpu, in kvmppc_resize_hpt_prepare() function
H A Dkvm.c2930 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.c120 rc = kvmppc_resize_hpt_prepare(cpu, flags, shift); in h_resize_hpt_prepare()