|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Where is hypercall_page?
Hi Jun,
hypercall_page is declared in arch/{i386,x86_64}/kernel/head-xen.S
For i386, this takes the form:
ENTRY(hypercall_page)
While on x86_64, it looks like:
NEXT_PAGE(hypercall_page)
Regards,
Derek Murray.
On Mon, Jul 7, 2008 at 9:43 AM, Jun Koi <junkoi2004@xxxxxxxxx> wrote:
> Hi,
>
> I am looking to see where "hypercall_page" is declared in Linux
> kernel. However, I only found the extern prototype of it in
> arch/i386/kernel/setup-xen.c:
>
> extern char hypercall_page[PAGE_SIZE];
>
> So I am wondering where this "hypercall_page" variable is actually
> declared. Any pointer?
>
> Many thanks,
> Jun
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|