Home
last modified time | relevance | path

Searched refs:debugfs_exit_timing (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kvm/
Dtiming.c224 vcpu->arch.debugfs_exit_timing = debugfs_file; in kvmppc_create_vcpu_debugfs()
229 if (vcpu->arch.debugfs_exit_timing) { in kvmppc_remove_vcpu_debugfs()
230 debugfs_remove(vcpu->arch.debugfs_exit_timing); in kvmppc_remove_vcpu_debugfs()
231 vcpu->arch.debugfs_exit_timing = NULL; in kvmppc_remove_vcpu_debugfs()
/arch/powerpc/include/asm/
Dkvm_host.h676 struct dentry *debugfs_exit_timing; member