libkdumpfile-0.4.1
Kernel coredump file access
Data Fields
_addrxlat_cb Struct Reference

Callback function pointers and data. More...

#include <addrxlat.h>

Data Fields

void * data
 Arbitrary callback data, passed to callback functions.
 
addrxlat_cb_hook_fncb_hook
 Callback update hook.
 
addrxlat_sym_fnsym
 Symbolic information callback.
 
addrxlat_get_page_fnget_page
 Callback to get a page buffer.
 
addrxlat_put_page_fnput_page
 Callback to release a page buffer.
 
unsigned long read_caps
 Read capabilities. More...
 

Detailed Description

Callback function pointers and data.

Field Documentation

◆ read_caps

unsigned long _addrxlat_cb::read_caps

Read capabilities.

This is a bit mask of address spaces that can be read directly by the read callbacks. Bits are enumerated by addrxlat_addrspace_t (least significant bit first).

See also
ADDRXLAT_CAPS

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