Searched refs:set_foreign_p2m_entry (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/asm-arm/ |
A D | p2m.h | 395 static inline int set_foreign_p2m_entry(struct domain *d, unsigned long gfn, in set_foreign_p2m_entry() function
|
/xen/xen/include/asm-x86/ |
A D | p2m.h | 638 int set_foreign_p2m_entry(struct domain *d, unsigned long gfn, mfn_t mfn);
|
/xen/xen/arch/x86/mm/ |
A D | p2m.c | 1323 int set_foreign_p2m_entry(struct domain *d, unsigned long gfn, mfn_t mfn) in set_foreign_p2m_entry() function 2622 rc = set_foreign_p2m_entry(tdom, gpfn, mfn); in p2m_add_foreign()
|
/xen/xen/common/ |
A D | memory.c | 1171 rc = set_foreign_p2m_entry(currd, gfn_list[i], in acquire_resource()
|
Completed in 18 milliseconds