Displaying 1 result from an estimated 1 matches for "min_mfn".
Did you mean:
min_m
2012 Feb 13
0
[PATCH 10/14] arm: implement ARMv7 tlb ops.
...~(0x4000 - 1));
+ set_ttbr((unsigned long)(gpt) & ~(0x4000 - 1));
elf.dest = (void *)ventry;
elf_load_binary(&elf);
@@ -192,7 +192,7 @@ int domain_construct(struct domain *d,
si->mfn_list = 0;
si->first_p2m_pfn = pstart >> PAGE_SHIFT;
si->flags = 0;
- si->min_mfn = pstart >> PAGE_SHIFT;
+ //si->min_mfn = pstart >> PAGE_SHIFT;
if (d->domain_id == 0) {
si->flags = SIF_PRIVILEGED | SIF_INITDOMAIN;
@@ -202,7 +202,7 @@ int domain_construct(struct domain *d,
VCPU_REG(v, ttbr0) = (unsigned long)gpt;
- mmu_switch_ttb(VCPU_REG(i...