Searched refs:mfn (Results 1 – 8 of 8) sorted by relevance
| /include/xen/arm/ |
| A D | page.h | 60 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 D | xen-ops.h | 149 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 D | vcpu.h | 156 uint64_t mfn; /* mfn of page to place vcpu_info */ member
|
| A D | xen.h | 346 xen_pfn_t mfn; member 630 xen_pfn_t mfn; /* MACHINE page number of console page. */ member
|
| A D | platform.h | 49 xen_pfn_t mfn; member 79 xen_pfn_t mfn; member
|
| A D | grant_table.h | 357 xen_pfn_t mfn; member
|
| A D | xen-mca.h | 152 uint64_t mfn; member
|
| /include/uapi/xen/ |
| A D | privcmd.h | 52 __u64 mfn; member
|
Completed in 18 milliseconds