libkdumpfile-0.5.1
Kernel coredump file access
Data Fields
pfn2idx_range Struct Reference

Translation of a PFN range to an index. More...

Data Fields

kdump_pfn_t pfn
 PFN to be translated. More...
 
uint_fast64_t idx
 Page index in .xen_pages. More...
 
int_fast64_t len
 Length of the range. More...
 

Detailed Description

Translation of a PFN range to an index.

Field Documentation

◆ idx

uint_fast64_t pfn2idx_range::idx

Page index in .xen_pages.

◆ len

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.

◆ pfn

kdump_pfn_t pfn2idx_range::pfn

PFN to be translated.


The documentation for this struct was generated from the following file: