Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dgmap.h93 struct gmap_notifier { struct
141 void gmap_register_pte_notifier(struct gmap_notifier *);
142 void gmap_unregister_pte_notifier(struct gmap_notifier *);
/linux/arch/s390/mm/
A Dgmap.c739 void gmap_register_pte_notifier(struct gmap_notifier *nb) in gmap_register_pte_notifier()
751 void gmap_unregister_pte_notifier(struct gmap_notifier *nb) in gmap_unregister_pte_notifier()
769 struct gmap_notifier *nb; in gmap_call_notifier()
/linux/arch/s390/kvm/
A Dkvm-s390.c243 static struct gmap_notifier gmap_notifier; variable
244 static struct gmap_notifier vsie_gmap_notifier;
324 gmap_notifier.notifier_call = kvm_gmap_notifier; in kvm_arch_hardware_setup()
325 gmap_register_pte_notifier(&gmap_notifier); in kvm_arch_hardware_setup()
335 gmap_unregister_pte_notifier(&gmap_notifier); in kvm_arch_hardware_unsetup()

Completed in 18 milliseconds