Lines Matching refs:domain
18 struct domain;
20 extern void memory_type_changed(struct domain *);
104 struct domain *domain; member
161 int p2m_init(struct domain *d);
164 void p2m_teardown(struct domain *d);
171 int relinquish_p2m_mapping(struct domain *d);
178 void p2m_dump_info(struct domain *d);
208 mfn_t p2m_lookup(struct domain *d, gfn_t gfn, p2m_type_t *t);
230 int p2m_cache_flush(struct domain *d, gfn_t start, unsigned long nr);
236 int map_regions_p2mt(struct domain *d,
242 int unmap_regions_p2mt(struct domain *d,
247 int map_dev_mmio_region(struct domain *d,
252 int guest_physmap_add_entry(struct domain *d,
259 static inline int guest_physmap_add_page(struct domain *d, in guest_physmap_add_page()
267 mfn_t gfn_to_mfn(struct domain *d, gfn_t gfn);
275 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_page_from_gfn()
297 struct domain *fdom = page_get_owner_and_reference(page); in get_page_from_gfn()
311 struct domain *domain, in get_page_and_type() argument
314 int rc = get_page(page, domain); in get_page_and_type()
328 static inline bool p2m_vm_event_sanity_check(struct domain *d) in p2m_vm_event_sanity_check()