mm_walk_ops
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: ✅struct mm_walk_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.8
: ✅struct mm_walk_ops {
int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, 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, 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 *);
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *);
void (*post_vma)(struct mm_walk *);
};
5.11
: ✅struct mm_walk_ops {
int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, 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, 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 *);
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *);
void (*post_vma)(struct mm_walk *);
};
5.13
: ✅struct mm_walk_ops {
int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, 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, 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 *);
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *);
void (*post_vma)(struct mm_walk *);
};
5.15
: ✅struct mm_walk_ops {
int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, 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, 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 *);
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *);
void (*post_vma)(struct mm_walk *);
};
5.19
: ✅struct mm_walk_ops {
int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, 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, 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 *);
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *);
void (*post_vma)(struct mm_walk *);
};
6.2
: ✅struct mm_walk_ops {
int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, 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, 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 *);
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *);
void (*post_vma)(struct mm_walk *);
};
6.5
: ✅struct mm_walk_ops {
int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, 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, 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 *);
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *);
void (*post_vma)(struct mm_walk *);
enum page_walk_lock walk_lock;
};
6.8
: ✅struct mm_walk_ops {
int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *);
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, 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, 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 *);
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *);
void (*post_vma)(struct mm_walk *);
enum page_walk_lock walk_lock;
};
arm64
: ✅struct mm_walk_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 *);
};
armhf
: ✅struct mm_walk_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 *);
};
ppc64el
: ✅struct mm_walk_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 *);
};
riscv64
: ✅struct mm_walk_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 *);
};
aws
: ✅struct mm_walk_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 *);
};
azure
: ✅struct mm_walk_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 *);
};
gcp
: ✅struct mm_walk_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 *);
};
lowlatency
: ✅struct mm_walk_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 *);
};
Regular
5.4
and 5.8
⚠️int (*pgd_entry)(pgd_t *, long unsigned int, long unsigned int, struct mm_walk *)
int (*p4d_entry)(p4d_t *, long unsigned int, long unsigned int, struct mm_walk *)
int (*pre_vma)(long unsigned int, long unsigned int, struct mm_walk *)
void (*post_vma)(struct mm_walk *)
int (*pte_hole)(long unsigned int, long unsigned int, struct mm_walk *)
➡️ int (*pte_hole)(long unsigned int, long unsigned int, int, struct mm_walk *)
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
⚠️enum page_walk_lock walk_lock
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
✅