libkdumpfile-0.5.2
Kernel coredump file access
Data Fields
_addrxlat_op_ctl Struct Reference

Callback function pointers and data. More...

#include <addrxlat.h>

Data Fields

addrxlat_ctx_tctx
 Address translation context. More...
 
addrxlat_sys_tsys
 Address translation system. More...
 
addrxlat_op_fnop
 Operation callback. More...
 
void * data
 Arbitrary callback data, passed to callback functions. More...
 
unsigned long caps
 Operation capabilities. More...
 

Detailed Description

Callback function pointers and data.

Field Documentation

◆ caps

unsigned long _addrxlat_op_ctl::caps

Operation capabilities.

This is a bit mask of address spaces that can be processed by the operation callback. Bits are enumerated by addrxlat_addrspace_t (least significant bit first).

See also
ADDRXLAT_CAPS

◆ ctx

addrxlat_ctx_t* _addrxlat_op_ctl::ctx

Address translation context.

◆ data

void* _addrxlat_op_ctl::data

Arbitrary callback data, passed to callback functions.

◆ op

addrxlat_op_fn* _addrxlat_op_ctl::op

Operation callback.

◆ sys

addrxlat_sys_t* _addrxlat_op_ctl::sys

Address translation system.


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