libkdumpfile-0.5.4
Kernel coredump file access
|
Translation of a PFN range to an index. More...
Data Fields | |
kdump_pfn_t | pfn |
PFN to be translated. | |
uint_fast64_t | idx |
Page index in .xen_pages. | |
int_fast64_t | len |
Length of the range. | |
Translation of a PFN range to an index.
uint_fast64_t pfn2idx_range::idx |
Page index in .xen_pages.
int_fast64_t pfn2idx_range::len |
Length of the range.
If the number is negative, then PFNs are mapped in descending order (i.e. while PFN increases, the index decreases), otherwise in ascending order.