Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dmmu_audit.c86 typedef void (*sp_handler) (struct kvm *kvm, struct kvm_mmu_page *sp); typedef
88 static void walk_all_active_sps(struct kvm *kvm, sp_handler fn) in walk_all_active_sps()