Searched refs:gmap_notifier (Results 1 – 3 of 3) sorted by relevance
690 void gmap_register_ipte_notifier(struct gmap_notifier *nb) in gmap_register_ipte_notifier()702 void gmap_unregister_ipte_notifier(struct gmap_notifier *nb) in gmap_unregister_ipte_notifier()779 struct gmap_notifier *nb; in gmap_do_ipte_notify()
721 struct gmap_notifier { struct742 void gmap_register_ipte_notifier(struct gmap_notifier *); argument743 void gmap_unregister_ipte_notifier(struct gmap_notifier *);
122 static struct gmap_notifier gmap_notifier; variable135 gmap_notifier.notifier_call = kvm_gmap_notifier; in kvm_arch_hardware_setup()136 gmap_register_ipte_notifier(&gmap_notifier); in kvm_arch_hardware_setup()142 gmap_unregister_ipte_notifier(&gmap_notifier); in kvm_arch_hardware_unsetup()