Home
last modified time | relevance | path

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

/arch/s390/mm/
Dpgtable.c656 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()
/arch/s390/include/asm/
Dpgtable.h783 struct gmap_notifier { struct
804 void gmap_register_ipte_notifier(struct gmap_notifier *); argument
805 void gmap_unregister_ipte_notifier(struct gmap_notifier *);
/arch/s390/kvm/
Dkvm-s390.c131 static struct gmap_notifier gmap_notifier; variable
172 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()