Home
last modified time | relevance | path

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

/include/xen/arm/
A Dpage.h60 unsigned long mfn; in pfn_to_bfn() local
63 mfn = __pfn_to_mfn(pfn); in pfn_to_bfn()
64 if (mfn != INVALID_P2M_ENTRY) in pfn_to_bfn()
65 return mfn; in pfn_to_bfn()
103 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
104 bool __set_phys_to_machine_multi(unsigned long pfn, unsigned long mfn,
107 static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() argument
109 return __set_phys_to_machine(pfn, mfn); in set_phys_to_machine()
/include/xen/
A Dxen-ops.h149 unsigned long addr, xen_pfn_t *mfn, in xen_remap_domain_mfn_array() argument
156 return xen_remap_pfn(vma, addr, mfn, nr, err_ptr, prot, domid, in xen_remap_domain_mfn_array()
/include/xen/interface/
A Dvcpu.h156 uint64_t mfn; /* mfn of page to place vcpu_info */ member
A Dxen.h346 xen_pfn_t mfn; member
630 xen_pfn_t mfn; /* MACHINE page number of console page. */ member
A Dplatform.h49 xen_pfn_t mfn; member
79 xen_pfn_t mfn; member
A Dgrant_table.h357 xen_pfn_t mfn; member
A Dxen-mca.h152 uint64_t mfn; member
/include/uapi/xen/
A Dprivcmd.h52 __u64 mfn; member

Completed in 18 milliseconds