Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dgrant_table.h42 mfn_t mfn_ = (st) ? gnttab_status_mfn(gt, idx) \
44 unsigned long gpfn_ = get_gpfn_from_mfn(mfn_x(mfn_)); \
/xen/xen/include/asm-arm/
A Dmm.h147 unsigned long mfn_ = mfn_x(mfn); \
148 (mfn_ >= mfn_x(xenheap_mfn_start) && \
149 mfn_ < mfn_x(xenheap_mfn_end)); \
/xen/xen/common/
A Dmemory.c104 xen_pfn_t mfn_ = mfn_x(mfn); in __copy_mfn_to_guest_offset() local
106 return __copy_to_guest_offset(hnd, off, &mfn_, 1); in __copy_mfn_to_guest_offset()

Completed in 46 milliseconds