Searched refs:gmap_notifier (Results 1 – 3 of 3) sorted by relevance
656 void gmap_register_ipte_notifier(struct gmap_notifier *nb) in gmap_register_ipte_notifier()668 void gmap_unregister_ipte_notifier(struct gmap_notifier *nb) in gmap_unregister_ipte_notifier()745 struct gmap_notifier *nb; in gmap_do_ipte_notify()
783 struct gmap_notifier { struct804 void gmap_register_ipte_notifier(struct gmap_notifier *); argument805 void gmap_unregister_ipte_notifier(struct gmap_notifier *);
131 static struct gmap_notifier gmap_notifier; variable172 gmap_notifier.notifier_call = kvm_gmap_notifier; in kvm_arch_hardware_setup()173 gmap_register_ipte_notifier(&gmap_notifier); in kvm_arch_hardware_setup()181 gmap_unregister_ipte_notifier(&gmap_notifier); in kvm_arch_hardware_unsetup()