zap_details
Regular
4.4
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
4.8
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
bool ignore_dirty;
bool check_swap_entries;
};
4.10
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
bool ignore_dirty;
bool check_swap_entries;
};
4.13
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
4.15
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
4.18
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
5.0
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
5.3
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
5.4
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
5.8
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
5.11
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
5.13
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
struct page *single_page;
};
5.15
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
struct page *single_page;
};
5.19
: ✅struct zap_details {
struct folio *single_folio;
bool even_cows;
zap_flags_t zap_flags;
};
6.2
: ✅struct zap_details {
struct folio *single_folio;
bool even_cows;
zap_flags_t zap_flags;
};
6.5
: ✅struct zap_details {
struct folio *single_folio;
bool even_cows;
zap_flags_t zap_flags;
};
6.8
: ✅struct zap_details {
struct folio *single_folio;
bool even_cows;
zap_flags_t zap_flags;
};
arm64
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
armhf
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
ppc64el
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
riscv64
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
aws
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
azure
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
gcp
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
lowlatency
: ✅struct zap_details {
struct address_space *check_mapping;
long unsigned int first_index;
long unsigned int last_index;
};
Regular
4.4
and 4.8
⚠️bool ignore_dirty
bool check_swap_entries
4.8
and 4.10
✅
4.10
and 4.13
⚠️bool ignore_dirty
bool check_swap_entries
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
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️struct page *single_page
5.13
and 5.15
✅
5.15
and 5.19
⚠️struct folio *single_folio
bool even_cows
zap_flags_t zap_flags
struct address_space *check_mapping
long unsigned int first_index
long unsigned int last_index
struct page *single_page
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
✅