Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dkvm_mmu.h357 void kvm_s2_ptdump_create_debugfs(struct kvm *kvm);
359 static inline void kvm_s2_ptdump_create_debugfs(struct kvm *kvm) {} in kvm_s2_ptdump_create_debugfs() function
/linux-6.12.1/arch/arm64/kvm/
Dptdump.c260 void kvm_s2_ptdump_create_debugfs(struct kvm *kvm) in kvm_s2_ptdump_create_debugfs() function
Darm.c233 kvm_s2_ptdump_create_debugfs(kvm); in kvm_arch_create_vm_debugfs()