Lines Matching refs:of

11 xen dump-core format or simply dump-core format. The file of xen dump-core
16 some sections because of its peculiar requirements.
32 ELFCLASS64 is always used independent of architecture.
56 structure array of vcpu_guest_context_t
58 This section stores the array of vcpu_guest_context_t
61 The size of array is stored in xch_nr_vcpus member of header
70 This section stores the contents of shared info page
71 of a domain. This section is optional.
76 structure array of struct xen_dumpcore_p2m
82 This elements represents the frame number of the page
86 The size of arrays is stored in xch_nr_pages member of header
91 exist invalid (pfn, gmfn)'s at the end part of this array.
98 structure array of uint64_t
100 This elements represents the frame number of the page
102 The size of arrays is stored in xch_nr_pages member of header
107 pfn's at the end part of this array.
115 structure array of page where page is page size byte array
117 This section includes the contents of pages.
120 The page size is stored in xch_page_size member of header note
122 The array size is stored in xch_nr_pages member of header note
130 structure array of mapped_regs_t
132 This section stores the array of mapped_regs_t.
133 The size of array is stored in xch_nr_vcpus member of header
176 This note descriptor stores basic information of the domain.
180 xch_nr_vcpus the number of vcpus
181 xch_nr_pages the number of pages
199 hypervisor. The each members store the result of
201 major_version 16msb bit of the result of XENVER_version
202 minor_version 16lsb bit of the result of XENVER_version
205 on 32bit/64bit instead of uint32_t.
206 extra_version the result of XENVER_extraversion
207 compile_info the result of XENVER_compile_info
208 capabilities the result of XENVER_capabilities
209 changeset the result of XENVER_changeset
211 the result of XENVER_platform_parameters
212 pagesize the result of XENVER_pagesize
244 - EI_CLASS member of elf header was changed to ELFCLASS64 independent of
248 In case of IA64 HVM domain, this section doesn't exist.
251 I.e. 32-on-64 case, the file will be set EM_386 instead of EM_X86_64.