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

◆ arch

const char* parsed_opts::arch

Value of OPT_arch.

◆ isset

bool parsed_opts::isset[ADDRXLAT_OPT_NUM]

Set/unset flag for each option.

◆ os_type

const char* parsed_opts::os_type

Value of OPT_os_type.

◆ page_shift

unsigned long parsed_opts::page_shift

Value of OPT_page_shift.

◆ phys_base

addrxlat_addr_t parsed_opts::phys_base

Value of OPT_phys_base.

◆ phys_bits

unsigned long parsed_opts::phys_bits

Value of OPT_phys_bits.

◆ rootpgt

addrxlat_fulladdr_t parsed_opts::rootpgt

Value of OPT_rootpgt.

◆ version_code

unsigned long parsed_opts::version_code

Value of OPT_version_code.

◆ virt_bits

unsigned long parsed_opts::virt_bits

Value of OPT_virt_bits.

◆ xen_p2m_mfn

unsigned long parsed_opts::xen_p2m_mfn

Value of OPT_xen_p2m_mfn.

◆ xen_xlat

bool parsed_opts::xen_xlat

Value of OPT_xen_xlat.


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