libkdumpfile-0.5.4
Kernel coredump file access
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
kdump_xlat Struct Reference

Shareable address translation. More...

#include <kdumpfile-priv.h>

Data Fields

unsigned long refcnt
 Reference counter. More...
 
bool dirty
 Is libaddrxlat (re-)initialization needed?
 
struct list_head ctx
 List of all refererring kdump_ctx_t structures. More...
 
enum global_keyidx osdir
 OS attribute base directory. More...
 
addrxlat_sys_txlatsys
 Address translation system. More...
 
unsigned long xlat_caps
 Address space capabilities. More...
 

Detailed Description

Shareable address translation.

Field Documentation

struct list_head kdump_xlat::ctx

List of all refererring kdump_ctx_t structures.

Each kdump_ctx_t that holds a reference to this shared data must be added to this list.

enum global_keyidx kdump_xlat::osdir

OS attribute base directory.

If OS type is not set, this field contains NR_GLOBAL_ATTRS, which is an invalid value.

unsigned long kdump_xlat::refcnt

Reference counter.

unsigned long kdump_xlat::xlat_caps

Address space capabilities.

addrxlat_sys_t* kdump_xlat::xlatsys

Address translation system.


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