libkdumpfile-0.4.1
Kernel coredump file access
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

◆ data

void* _addrxlat_param_custom::data

Arbitrary user-supplied data.

◆ first_step

addrxlat_first_step_fn* _addrxlat_param_custom::first_step

Function to perform the initial translation step.

◆ next_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: