vmem_altmapRegular
4.4: Absent ⚠️
4.8: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
4.10: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
4.13: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
4.15: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
4.18: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
5.0: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
5.3: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
5.4: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
5.8: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
5.11: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
5.13: ✅struct vmem_altmap {
long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
5.15: ✅struct vmem_altmap {
long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
5.19: ✅struct vmem_altmap {
long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
6.2: ✅struct vmem_altmap {
long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
6.5: ✅struct vmem_altmap {
long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
6.8: ✅struct vmem_altmap {
long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
bool inaccessible;
};
arm64: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
armhf: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
ppc64el: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
riscv64: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
aws: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
azure: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
gcp: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
lowlatency: ✅struct vmem_altmap {
const long unsigned int base_pfn;
const long unsigned int end_pfn;
const long unsigned int reserve;
long unsigned int free;
long unsigned int align;
long unsigned int alloc;
};
Regular
4.8 and 4.10 ✅
4.10 and 4.13 ✅
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 long unsigned int end_pfn
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️const long unsigned int base_pfn ➡️ long unsigned int base_pfn
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 ⚠️bool inaccessible
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅