search for: pg_dom

Displaying 2 results from an estimated 2 matches for "pg_dom".

Did you mean: pcidom
2011 Jul 18
1
Re: trip to shanghai
...failing: > > do_mmu_update > ->mod_l1_entry > -> if ( !p2m_is_ram(p2mt) || unlikely(mfn == INVALID_MFN) ) > return -EINVAL; > > mfn==INVALID_MFN, because : > > mod_l1_entry > ->gfn_to_mfn(p2m_get_hostp2m(pg_dom), l1e_get_pfn(nl1e), &p2mt)); > ->p2m->get_entry > ->p2m_gfn_to_mfn > -> if ( gfn > p2m->max_mapped_pfn ) > /* This pfn is higher than the > highest the p2m m...
2011 Jul 21
51
Linux Stubdom Problem
...ate >>       ->mod_l1_entry >>              ->  if ( !p2m_is_ram(p2mt) || unlikely(mfn == INVALID_MFN) ) >>                          return -EINVAL; >> >>    mfn==INVALID_MFN, because : >> >> mod_l1_entry >>       ->gfn_to_mfn(p2m_get_hostp2m(pg_dom), l1e_get_pfn(nl1e), &p2mt)); >>               ->p2m->get_entry >>                         ->p2m_gfn_to_mfn >>                                -> if ( gfn > p2m->max_mapped_pfn ) >>                                    /* This pfn is higher than the >&g...