Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dkvm_host.h289 struct dentry *debugfs_dir; member
784 struct dentry *debugfs_dir; member
/arch/powerpc/kvm/
Dbook3s_hv.c1910 if (IS_ERR_OR_NULL(kvm->arch.debugfs_dir)) in debugfs_vcpu_init()
1912 vcpu->arch.debugfs_dir = debugfs_create_dir(buf, kvm->arch.debugfs_dir); in debugfs_vcpu_init()
1913 if (IS_ERR_OR_NULL(vcpu->arch.debugfs_dir)) in debugfs_vcpu_init()
1916 debugfs_create_file("timings", 0444, vcpu->arch.debugfs_dir, in debugfs_vcpu_init()
3866 kvm->arch.debugfs_dir = debugfs_create_dir(buf, kvm_debugfs_dir); in kvmppc_core_init_vm_hv()
3867 if (!IS_ERR_OR_NULL(kvm->arch.debugfs_dir)) in kvmppc_core_init_vm_hv()
3884 debugfs_remove_recursive(kvm->arch.debugfs_dir); in kvmppc_core_destroy_vm_hv()
Dbook3s_64_mmu_hv.c2130 kvm->arch.debugfs_dir, kvm, in kvmppc_mmu_debugfs_init()