Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/mmu/
Dmmu_audit.c83 typedef void (*sp_handler) (struct kvm *kvm, struct kvm_mmu_page *sp); typedef
85 static void walk_all_active_sps(struct kvm *kvm, sp_handler fn) in walk_all_active_sps()