[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] how can I find code of hypercall?
hi,all I am trying to check how hypercall works. For example , one guest call HYPERVISOR_update_va_mapping(), next thing is to call _hypercall4(int, update_va_mapping, va,new_val.pte_low, pte_hi, flags) Then I find the core of _hypercall14 is call hypercall_page + ("STR(__HYPERVISOR_##name)" * 32). The hypercalls are mapped into a page so guest call call it through functions in that page. However, I couldn't trace deeper from here. grep for "hypercall_page" gets no answer. My question is when is this page filled with hypercall functions and Where can I find codes of this core functions? Any advice is appreciated. Thanks _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |