Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dgmap.h86 * struct gmap_notifier - notify function block for page invalidation
89 struct gmap_notifier { struct
129 void gmap_register_pte_notifier(struct gmap_notifier *);
130 void gmap_unregister_pte_notifier(struct gmap_notifier *);
90 listgmap_notifier global() argument
91 rcugmap_notifier global() argument
92 notifier_callgmap_notifier global() argument
/linux/arch/s390/mm/
H A Dgmap.c645 void gmap_register_pte_notifier(struct gmap_notifier *nb) in gmap_register_pte_notifier()
657 void gmap_unregister_pte_notifier(struct gmap_notifier *nb) in gmap_unregister_pte_notifier()
675 struct gmap_notifier *nb; in gmap_call_notifier()
/linux/arch/s390/kvm/
H A Dkvm-s390.c266 static struct gmap_notifier gmap_notifier; variable
267 static struct gmap_notifier vsie_gmap_notifier;
532 gmap_notifier.notifier_call = kvm_gmap_notifier; in __kvm_s390_init()
533 gmap_register_pte_notifier(&gmap_notifier); in __kvm_s390_init()
555 gmap_unregister_pte_notifier(&gmap_notifier); in __kvm_s390_exit()