libkdumpfile-0.5.2
Kernel coredump file access
|
Parameters of custom translation. More...
#include <addrxlat.h>
Data Fields | |
addrxlat_first_step_fn * | first_step |
Function to perform the initial translation step. More... | |
addrxlat_next_step_fn * | next_step |
Function to perform further translation steps. More... | |
void * | data |
Arbitrary user-supplied data. More... | |
Parameters of custom translation.
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.