All of lore.kernel.org
 help / color / mirror / Atom feed
From: George Shuklin <george.shuklin@gmail.com>
To: xen-devel <xen-devel@lists.xen.org>
Subject: start_info content for linux
Date: Wed, 26 Sep 2012 12:32:40 +0400	[thread overview]
Message-ID: <5062BDA8.5@gmail.com> (raw)

Good day.

I've digging in some strange memory/balloon related bug and I've really 
like to see start_info content on linux. I saw in source code

#ifdef CONFIG_X86_32
         mov %esi,xen_start_info
         mov $init_thread_union+THREAD_SIZE,%esp
#else
         mov %rsi,xen_start_info
         mov $init_thread_union+THREAD_SIZE,%rsp
#endif
         jmp xen_start_kernel

Pointer to start_info stored in linux global variable xen_start_info, 
but I can't find way to access it.

Is any way to get it from linux kernel? (well, except writing your own 
module).

Thanks.

             reply	other threads:[~2012-09-26  8:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-26  8:32 George Shuklin [this message]
2012-09-26  8:42 ` start_info content for linux Ian Campbell
2012-09-26 11:53 ` Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5062BDA8.5@gmail.com \
    --to=george.shuklin@gmail.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.