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

/arch/s390/kvm/
H A Dkvm-s390.c95 static struct gmap_notifier gmap_notifier; variable in typeref:struct:gmap_notifier
114 gmap_notifier.notifier_call = kvm_gmap_notifier;
115 gmap_register_ipte_notifier(&gmap_notifier);
121 gmap_unregister_ipte_notifier(&gmap_notifier);
/arch/s390/include/asm/
H A Dpgtable.h814 * struct gmap_notifier - notify function block for page invalidation
817 struct gmap_notifier { struct
838 void gmap_register_ipte_notifier(struct gmap_notifier *);
839 void gmap_unregister_ipte_notifier(struct gmap_notifier *);
/arch/s390/mm/
H A Dpgtable.c694 void gmap_register_ipte_notifier(struct gmap_notifier *nb)
706 void gmap_unregister_ipte_notifier(struct gmap_notifier *nb)
784 struct gmap_notifier *nb;

Completed in 59 milliseconds