Home
last modified time | relevance | path

Searched defs:mmu_notifier_ops (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h17651 struct mmu_notifier_ops { struct
17652 void (*release)(struct mmu_notifier *, struct mm_struct *);
17653 int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, unsigned long, unsigned long);
17654 int (*clear_young)(struct mmu_notifier *, struct mm_struct *, unsigned long, unsigned long);
17655 int (*test_young)(struct mmu_notifier *, struct mm_struct *, unsigned long);
17656 void (*change_pte)(struct mmu_notifier *, struct mm_struct *, unsigned long, pte_t);
17657 int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
17658 void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
17659 …nvalidate_secondary_tlbs)(struct mmu_notifier *, struct mm_struct *, unsigned long, unsigned long);
17660 struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h15891 struct mmu_notifier_ops { struct
15892 void (*release)(struct mmu_notifier *, struct mm_struct *);
15893 int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, unsigned long, unsigned long);
15894 int (*clear_young)(struct mmu_notifier *, struct mm_struct *, unsigned long, unsigned long);
15895 int (*test_young)(struct mmu_notifier *, struct mm_struct *, unsigned long);
15896 void (*change_pte)(struct mmu_notifier *, struct mm_struct *, unsigned long, pte_t);
15897 int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
15898 void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
15899 …nvalidate_secondary_tlbs)(struct mmu_notifier *, struct mm_struct *, unsigned long, unsigned long);
15900 struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
[all …]