mmu_notifier_ops
Regular
4.4
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
void (*invalidate_page)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*invalidate_range_start)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range_end)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
};
4.8
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
void (*invalidate_page)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*invalidate_range_start)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range_end)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
};
4.10
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
void (*invalidate_page)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*invalidate_range_start)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range_end)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
};
4.13
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
void (*invalidate_range_start)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range_end)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
};
4.15
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
void (*invalidate_range_start)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range_end)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
};
4.18
: ✅struct mmu_notifier_ops {
int flags;
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
void (*invalidate_range_start)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range_end)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
};
5.0
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
};
5.3
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
};
5.4
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
5.8
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
5.11
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
5.13
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
5.15
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
5.19
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
6.2
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
6.5
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
6.8
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*arch_invalidate_secondary_tlbs)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
arm64
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
armhf
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
ppc64el
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
riscv64
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
aws
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
azure
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
gcp
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
lowlatency
: ✅struct mmu_notifier_ops {
void (*release)(struct mmu_notifier *, struct mm_struct *);
int (*clear_flush_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*clear_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
int (*test_young)(struct mmu_notifier *, struct mm_struct *, long unsigned int);
void (*change_pte)(struct mmu_notifier *, struct mm_struct *, long unsigned int, pte_t);
int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *);
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int);
struct mmu_notifier * (*alloc_notifier)(struct mm_struct *);
void (*free_notifier)(struct mmu_notifier *);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️void (*invalidate_page)(struct mmu_notifier *, struct mm_struct *, long unsigned int)
4.13
and 4.15
✅
4.15
and 4.18
⚠️int flags
4.18
and 5.0
⚠️int flags
void (*invalidate_range_start)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int)
➡️ int (*invalidate_range_start)(struct mmu_notifier *, const struct mmu_notifier_range *)
void (*invalidate_range_end)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int)
➡️ void (*invalidate_range_end)(struct mmu_notifier *, const struct mmu_notifier_range *)
5.0
and 5.3
✅
5.3
and 5.4
⚠️struct mmu_notifier * (*alloc_notifier)(struct mm_struct *)
void (*free_notifier)(struct mmu_notifier *)
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️void (*arch_invalidate_secondary_tlbs)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int)
void (*invalidate_range)(struct mmu_notifier *, struct mm_struct *, long unsigned int, long unsigned int)
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅