Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dgmap.h87 struct gmap_notifier { struct
135 void gmap_register_pte_notifier(struct gmap_notifier *);
136 void gmap_unregister_pte_notifier(struct gmap_notifier *);
/Linux-v4.19/arch/s390/kvm/
Dkvm-s390.c213 static struct gmap_notifier gmap_notifier; variable
214 static struct gmap_notifier vsie_gmap_notifier;
286 gmap_notifier.notifier_call = kvm_gmap_notifier; in kvm_arch_hardware_setup()
287 gmap_register_pte_notifier(&gmap_notifier); in kvm_arch_hardware_setup()
297 gmap_unregister_pte_notifier(&gmap_notifier); in kvm_arch_hardware_unsetup()
/Linux-v4.19/arch/s390/mm/
Dgmap.c733 void gmap_register_pte_notifier(struct gmap_notifier *nb) in gmap_register_pte_notifier()
745 void gmap_unregister_pte_notifier(struct gmap_notifier *nb) in gmap_unregister_pte_notifier()
763 struct gmap_notifier *nb; in gmap_call_notifier()