hmm_mirror_ops
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: ✅struct hmm_mirror_ops {
void (*sync_cpu_device_pagetables)(struct hmm_mirror *, enum hmm_update_type, long unsigned int, long unsigned int);
};
4.18
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
void (*sync_cpu_device_pagetables)(struct hmm_mirror *, enum hmm_update_type, long unsigned int, long unsigned int);
};
5.0
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct hmm_update *);
};
5.3
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct hmm_update *);
};
5.4
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
armhf
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
ppc64el
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
riscv64
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
aws
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
azure
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
gcp
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
lowlatency
: ✅struct hmm_mirror_ops {
void (*release)(struct hmm_mirror *);
int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *);
};
Regular
4.15
and 4.18
⚠️void (*release)(struct hmm_mirror *)
4.18
and 5.0
⚠️void (*sync_cpu_device_pagetables)(struct hmm_mirror *, enum hmm_update_type, long unsigned int, long unsigned int)
➡️ int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct hmm_update *)
5.0
and 5.3
✅
5.3
and 5.4
⚠️int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct hmm_update *)
➡️ int (*sync_cpu_device_pagetables)(struct hmm_mirror *, const struct mmu_notifier_range *)
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅