libkdumpfile-0.5.1
Kernel coredump file access
|
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... | |
This structure holds parsed options.
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.