Searched refs:mfn_ (Results 1 – 3 of 3) sorted by relevance
42 mfn_t mfn_ = (st) ? gnttab_status_mfn(gt, idx) \44 unsigned long gpfn_ = get_gpfn_from_mfn(mfn_x(mfn_)); \
147 unsigned long mfn_ = mfn_x(mfn); \148 (mfn_ >= mfn_x(xenheap_mfn_start) && \149 mfn_ < mfn_x(xenheap_mfn_end)); \
104 xen_pfn_t mfn_ = mfn_x(mfn); in __copy_mfn_to_guest_offset() local106 return __copy_to_guest_offset(hnd, off, &mfn_, 1); in __copy_mfn_to_guest_offset()
Completed in 14 milliseconds