libkdumpfile-0.5.5
Kernel coredump file access
Data Fields
_addrxlat_map Struct Reference

Internal definition of an address translation map. More...

#include <addrxlat-priv.h>

Data Fields

unsigned long refcnt
 Reference counter. More...
 
size_t n
 Number of elements in ranges. More...
 
addrxlat_range_tranges
 Actual range definitions. More...
 

Detailed Description

Internal definition of an address translation map.

Note that the start address does not have to be stored in the structure. The first range in a map starts at address 0, and each following range starts right after the previous one (i.e. at endoff + 1).

Field Documentation

◆ n

size_t _addrxlat_map::n

Number of elements in ranges.

◆ ranges

addrxlat_range_t* _addrxlat_map::ranges

Actual range definitions.

◆ refcnt

unsigned long _addrxlat_map::refcnt

Reference counter.


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