search for: _erodata

Displaying 12 results from an estimated 12 matches for "_erodata".

2013 Sep 24
4
Problems with vTPM manager
...art_info: 0xa2000(VA) nr_pages: 0x1000 shared_inf: 0x44e09000(MA) pt_base: 0xa5000(VA) nr_pt_frames: 0x5 mfn_list: 0x9a000(VA) mod_start: 0x0(VA) mod_len: 0 flags: 0x0 cmd_line: stack: 0x597e0-0x797e0 MM: Init _text: 0x0(VA) _etext: 0x39357(VA) _erodata: 0x45000(VA) _edata: 0x47c40(VA) stack start: 0x597e0(VA) _end: 0x99e00(VA) start_pfn: ad max_pfn: 1000 Mapping memory range 0x400000 - 0x1000000 setting 0x0-0x45000 readonly skipped 0x1000 MM: Initialise page allocator for b3000(b3000)-1000000(1000000) MM: done Demand map pfns at...
2013 Jun 19
9
some problems to start vTPM vtpm-stubdom
...art_info: 0xa2000(VA) nr_pages: 0x1000 shared_inf: 0xcd7b0000(MA) pt_base: 0xa5000(VA) nr_pt_frames: 0x5 mfn_list: 0x9a000(VA) mod_start: 0x0(VA) mod_len: 0 flags: 0x0 cmd_line: stack: 0x597e0-0x797e0 MM: Init _text: 0x0(VA) _etext: 0x39357(VA) _erodata: 0x45000(VA) _edata: 0x47c40(VA) stack start: 0x597e0(VA) _end: 0x99e00(VA) start_pfn: ad max_pfn: 1000 Mapping memory range 0x400000 - 0x1000000 setting 0x0-0x45000 readonly skipped 0x1000 MM: Initialise page allocator for b3000(b3000)-1000000(1000000) MM: done Demand map pfns at...
2013 Jun 19
9
some problems to start vTPM vtpm-stubdom
...art_info: 0xa2000(VA) nr_pages: 0x1000 shared_inf: 0xcd7b0000(MA) pt_base: 0xa5000(VA) nr_pt_frames: 0x5 mfn_list: 0x9a000(VA) mod_start: 0x0(VA) mod_len: 0 flags: 0x0 cmd_line: stack: 0x597e0-0x797e0 MM: Init _text: 0x0(VA) _etext: 0x39357(VA) _erodata: 0x45000(VA) _edata: 0x47c40(VA) stack start: 0x597e0(VA) _end: 0x99e00(VA) start_pfn: ad max_pfn: 1000 Mapping memory range 0x400000 - 0x1000000 setting 0x0-0x45000 readonly skipped 0x1000 MM: Initialise page allocator for b3000(b3000)-1000000(1000000) MM: done Demand map pfns at...
2013 Sep 24
0
Problems starting vtmmgr
...art_info: 0xa2000(VA) nr_pages: 0x1000 shared_inf: 0x44e09000(MA) pt_base: 0xa5000(VA) nr_pt_frames: 0x5 mfn_list: 0x9a000(VA) mod_start: 0x0(VA) mod_len: 0 flags: 0x0 cmd_line: stack: 0x597e0-0x797e0 MM: Init _text: 0x0(VA) _etext: 0x39357(VA) _erodata: 0x45000(VA) _edata: 0x47c40(VA) stack start: 0x597e0(VA) _end: 0x99e00(VA) start_pfn: ad max_pfn: 1000 Mapping memory range 0x400000 - 0x1000000 setting 0x0-0x45000 readonly skipped 0x1000 MM: Initialise page allocator for b3000(b3000)-1000000(1000000) MM: done Demand map pfns at...
2008 Jan 18
0
[PATCH] minios: support COW for a zero page
...PAGE_USER) #define L3_PROT (_PAGE_PRESENT|_PAGE_RW|_PAGE_ACCESSED|_PAGE_DIRTY|_PAGE_USER) #define L4_PROT (_PAGE_PRESENT|_PAGE_RW|_PAGE_ACCESSED|_PAGE_DIRTY|_PAGE_USER) @@ -190,6 +192,7 @@ typedef unsigned long maddr_t; extern unsigned long *phys_to_machine_mapping; extern char _text, _etext, _erodata, _edata, _end; +extern unsigned long mfn_zero; #define pfn_to_mfn(_pfn) (phys_to_machine_mapping[(_pfn)]) static __inline__ maddr_t phys_to_machine(paddr_t phys) { @@ -224,5 +227,6 @@ static __inline__ paddr_t machine_to_phy #define pte_to_virt(_pte) to_virt(mfn_to_pfn(pte_to_mfn(_pte)...
2008 Sep 23
0
答复: Re: 答复: RE: 答复:RE:
...ain hvmachine-dm Xen Minimal OS! ^Mstart_info: 0x311000 ^M nr_pages: 8192 shared_inf: 001d1000 ^M pt_base: 0x314000 mod_start: 0x0 ^M mod_len: 0 ^M flags: 0x0 ^M cmd_line: -d 1 ^M stack: 0x2e8620-0x308620 ^MMM: Init ^M _text: 0x0 ^M _etext: 0xd8828 ^M _erodata: 0x105000 ^M _edata: 0x1101e8 ^M stack start: 0x2e8620 ^M _end: 0x308db8 ^M start_pfn: 31c ^M max_pfn: 2000 ^MMapping memory range 0x400000 - 0x2000000 ^Msetting 0x0-0x105000 readonly ^Mskipped 0x1000 ^MMM: Initialise page allocator for 32a000(32a000)-0(2000000) ^MMM...
2013 May 22
19
Install vTPM on Xen-4.2.2
Hi, I‘m trying to install vTPM based on Xen-4.2.2, linux-kernel 3.9.1 (Dom0) and TPM emulator. However, I cannot find the TPM backed driver in this version of Dom0 linux kernel. There is no CONFIG_XEN_TPMDEV_BACKEND in the kernel config file. The config file for Dom0 is attached. Maybe it provides some useful information. So, how to install a Xen TPM backend driver in the Dom0 linux-kernel.
2009 Jul 19
11
pv_ops DomU boot problem using pvgrub, xen 3.4.1-rc7, debian 2.6.26 dom0
...2000(VA) nr_pages: 0x10000 shared_inf: 0xb3ad0000(MA) pt_base: 0xa15000(VA) nr_pt_frames: 0x9 mfn_list: 0x992000(VA) mod_start: 0x991000(VA) mod_len: 4096 flags: 0x0 cmd_line: stack: 0x950860-0x970860 MM: Init _text: 0x0(VA) _etext: 0x617a4(VA) _erodata: 0x79000(VA) _edata: 0x81b00(VA) stack start: 0x950860(VA) _end: 0x990e68(VA) start_pfn: a21 max_pfn: 10000 Mapping memory range 0xc00000 - 0x10000000 setting 0x0-0x79000 readonly skipped 0x1000 MM: Initialise page allocator for a9b000(a9b000)-10000000(10000000) MM: done Demand ma...
2013 Oct 15
0
Antw: Xen-users Digest, Vol 104, Issue 18
...nr_pages: 0x1000 > shared_inf: 0x83ad7000(MA) > pt_base: 0xa5000(VA) > nr_pt_frames: 0x5 > mfn_list: 0x9a000(VA) > mod_start: 0x0(VA) > mod_len: 0 > flags: 0x0 > cmd_line: > stack: 0x597e0-0x797e0 > MM: Init > _text: 0x0(VA) > _etext: 0x39357(VA) > _erodata: 0x45000(VA) > _edata: 0x47c40(VA) > stack start: 0x597e0(VA) > _end: 0x99e00(VA) > start_pfn: ad > max_pfn: 1000 > Mapping memory range 0x400000 - 0x1000000 > setting 0x0-0x45000 readonly > skipped 0x1000 > MM: Initialise page allocator for b3000(b3000)-1000000(10000...
2008 Aug 26
39
PV Grub Questions
I am using Xen 3.3 from source. My PV guest boots fine with the normal kernel and initrd options When I boot the guest with PV GRUB I only get: GNU GRUB version 0.97 (65536K lower / 0K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
...guest for x86 and ia64 (I kept ia64 version of clear_user for symmetry but it is not actually used anywhere); - rename the current ARM *_user functions to *_guest; - use raw_clear_guest and raw_copy_to_guest in elf_load_image. Changes in v2: - introduce CONFIG_XENOPROF; - make _srodata and _erodata const char[]; - do not include p2m.h ifdef __ia64__; - remove wrong comment about pfn.h; - introduce HAS_KEXEC and CONFIG_KEXEC; - use long in __do_clear_user; - remove the div64 patch, implement __aeabi_ldivmod and __aeabi_uldivmod instead; - move "arm: makefiles" at the end of the...