Home
last modified time | relevance | path

Searched refs:mfn_end (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Ddomctl.c1005 unsigned long mfn_end = mfn + nr_mfns - 1; in do_domctl() local
1009 if ( mfn_end < mfn || /* wrap? */ in do_domctl()
1010 ((mfn | mfn_end) >> (paddr_bits - PAGE_SHIFT)) || in do_domctl()
1022 if ( !iomem_access_permitted(current->domain, mfn, mfn_end) || in do_domctl()
1023 !iomem_access_permitted(d, mfn, mfn_end) ) in do_domctl()
1026 ret = xsm_iomem_mapping(XSM_HOOK, d, mfn, mfn_end, add); in do_domctl()
1052 ret, d->domain_id, mfn, mfn_end); in do_domctl()

Completed in 5 milliseconds