Searched refs:_domain (Results 1 – 6 of 6) sorted by relevance
119 __pdx_t _domain; member288 ((struct domain *)((_p)->v.inuse._domain ? \289 pdx_to_virt((_p)->v.inuse._domain) : NULL))291 ((_p)->v.inuse._domain = (_d) ? virt_to_pdx(_d) : 0)
527 rval-> dest ## _domain = source ## d; \ in get_two_gfns()
194 static int destroy_domain(void *_domain) in destroy_domain() argument196 struct domain *domain = _domain; in destroy_domain()
14 The _domain save image_ is the context of a running domain used for58 There are two headers: the _image header_, and the _domain header_.60 The _domain header_ contains general information about the domain
17 The _domain image format_ is the context of a running domain used for
798 VMCOREINFO_OFFSET_SUB(page_info, v.inuse, _domain); in crash_save_vmcoreinfo()
Completed in 11 milliseconds