Home
last modified time | relevance | path

Searched refs:create_vcpu_debugfs (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kvm/
H A De500mc.c389 .create_vcpu_debugfs = kvmppc_create_vcpu_debugfs_e500,
H A De500.c498 .create_vcpu_debugfs = kvmppc_create_vcpu_debugfs_e500,
H A Dpowerpc.c2539 if (vcpu->kvm->arch.kvm_ops->create_vcpu_debugfs) in kvm_arch_create_vcpu_debugfs()
2540 vcpu->kvm->arch.kvm_ops->create_vcpu_debugfs(vcpu, debugfs_dentry); in kvm_arch_create_vcpu_debugfs()
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h321 int (*create_vcpu_debugfs)(struct kvm_vcpu *vcpu, struct dentry *debugfs_dentry); member