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

Parameters of custom translation. More...

#include <addrxlat.h>

Data Fields

addrxlat_first_step_fnfirst_step
 Function to perform the initial translation step. More...
 
addrxlat_next_step_fnnext_step
 Function to perform further translation steps. More...
 
void * data
 Arbitrary user-supplied data. More...
 

Detailed Description

Parameters of custom translation.

Field Documentation

void* _addrxlat_param_custom::data

Arbitrary user-supplied data.

addrxlat_first_step_fn* _addrxlat_param_custom::first_step

Function to perform the initial translation step.

addrxlat_next_step_fn* _addrxlat_param_custom::next_step

Function to perform further translation steps.


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