mm_walk
Regular
4.4
: ✅struct mm_walk {
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *);
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *);
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *);
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
4.8
: ✅struct mm_walk {
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *);
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *);
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *);
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
4.10
: ✅struct mm_walk {
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *);
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *);
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *);
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
4.13
: ✅struct mm_walk {
int (*pud_entry)(pud_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *);
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *);
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *);
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
4.15
: ✅struct mm_walk {
int (*pud_entry)(pud_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *);
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *);
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *);
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
4.18
: ✅struct mm_walk {
int (*pud_entry)(pud_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *);
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *);
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *);
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
5.0
: ✅struct mm_walk {
int (*pud_entry)(pud_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *);
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *);
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *);
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
5.3
: ✅struct mm_walk {
int (*pud_entry)(pud_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *);
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *);
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *);
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
5.4
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
5.8
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
pgd_t *pgd;
struct vm_area_struct *vma;
enum page_walk_action action;
bool no_vma;
void *private;
};
5.11
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
pgd_t *pgd;
struct vm_area_struct *vma;
enum page_walk_action action;
bool no_vma;
void *private;
};
5.13
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
pgd_t *pgd;
struct vm_area_struct *vma;
enum page_walk_action action;
bool no_vma;
void *private;
};
5.15
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
pgd_t *pgd;
struct vm_area_struct *vma;
enum page_walk_action action;
bool no_vma;
void *private;
};
5.19
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
pgd_t *pgd;
struct vm_area_struct *vma;
enum page_walk_action action;
bool no_vma;
void *private;
};
6.2
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
pgd_t *pgd;
struct vm_area_struct *vma;
enum page_walk_action action;
bool no_vma;
void *private;
};
6.5
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
pgd_t *pgd;
struct vm_area_struct *vma;
enum page_walk_action action;
bool no_vma;
void *private;
};
6.8
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
pgd_t *pgd;
struct vm_area_struct *vma;
enum page_walk_action action;
bool no_vma;
void *private;
};
arm64
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
armhf
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
ppc64el
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
riscv64
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
aws
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
azure
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
gcp
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
lowlatency
: ✅struct mm_walk {
const struct mm_walk_ops *ops;
struct mm_struct *mm;
struct vm_area_struct *vma;
void *private;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️int (*pud_entry)(pud_t *, long unsigned int, long unsigned int, struct mm_walk *)
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
⚠️const struct mm_walk_ops *ops
int (*pud_entry)(pud_t *, long unsigned int, long unsigned int, struct mm_walk *)
int (*pmd_entry)(pmd_t *, long unsigned int, long unsigned int, struct mm_walk *)
int (*pte_entry)(pte_t *, long unsigned int, long unsigned int, struct mm_walk *)
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *)
int (*hugetlb_entry)(pte_t *, long unsigned int, long unsigned int, long unsigned int, struct mm_walk *)
int (*test_walk)(long unsigned int, long unsigned int, struct mm_walk *)
5.4
and 5.8
⚠️pgd_t *pgd
enum page_walk_action action
bool no_vma
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
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅