libkdumpfile-0.5.1
Kernel coredump file access
|
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_t * | ranges |
Actual range definitions. More... | |
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).
size_t _addrxlat_map::n |
Number of elements in ranges
.
addrxlat_range_t* _addrxlat_map::ranges |
Actual range definitions.
unsigned long _addrxlat_map::refcnt |
Reference counter.