Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/mm/
Dpgtable.c690 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()
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h721 struct gmap_notifier { struct
742 void gmap_register_ipte_notifier(struct gmap_notifier *); argument
743 void gmap_unregister_ipte_notifier(struct gmap_notifier *);
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c122 static struct gmap_notifier gmap_notifier; variable
135 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()