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

This structure holds parsed options. More...

#include <addrxlat-priv.h>

Data Fields

bool isset [ADDRXLAT_OPT_NUM]
 Set/unset flag for each option. More...
 
const char * arch
 Value of OPT_arch. More...
 
const char * os_type
 Value of OPT_os_type. More...
 
unsigned long version_code
 Value of OPT_version_code. More...
 
unsigned long phys_bits
 Value of OPT_phys_bits. More...
 
unsigned long virt_bits
 Value of OPT_virt_bits. More...
 
unsigned long page_shift
 Value of OPT_page_shift. More...
 
addrxlat_addr_t phys_base
 Value of OPT_phys_base. More...
 
addrxlat_fulladdr_t rootpgt
 Value of OPT_rootpgt. More...
 
unsigned long xen_p2m_mfn
 Value of OPT_xen_p2m_mfn. More...
 
bool xen_xlat
 Value of OPT_xen_xlat. More...
 

Detailed Description

This structure holds parsed options.

Field Documentation

const char* parsed_opts::arch

Value of OPT_arch.

bool parsed_opts::isset[ADDRXLAT_OPT_NUM]

Set/unset flag for each option.

const char* parsed_opts::os_type

Value of OPT_os_type.

unsigned long parsed_opts::page_shift

Value of OPT_page_shift.

addrxlat_addr_t parsed_opts::phys_base

Value of OPT_phys_base.

unsigned long parsed_opts::phys_bits

Value of OPT_phys_bits.

addrxlat_fulladdr_t parsed_opts::rootpgt

Value of OPT_rootpgt.

unsigned long parsed_opts::version_code

Value of OPT_version_code.

unsigned long parsed_opts::virt_bits

Value of OPT_virt_bits.

unsigned long parsed_opts::xen_p2m_mfn

Value of OPT_xen_p2m_mfn.

bool parsed_opts::xen_xlat

Value of OPT_xen_xlat.


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