virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Zachary Amsden <zach@vmware.com>
Cc: Chris Wright <chrisw@sous-sol.org>,
	Virtualization Mailing List <virtualization@lists.osdl.org>
Subject: Re: Proposed interface change
Date: Wed, 16 Aug 2006 19:16:41 +0100	[thread overview]
Message-ID: <44E36109.8030809@goop.org> (raw)
In-Reply-To: <44E18986.40900@vmware.com>

Zachary Amsden wrote:
> So I propose changing the convention here to eliminate the entrynum 
> field, thus allowing all the parameters to fit within the fastcall 
> convention, which affords us three registers.  The primary motivation 
> being, the call to write_gdt_entry is on the fast path in context switch.
>
> Any objections?

Yeah, write_idt_entry can't be done with just a pointer because we need 
to get the index out of it, and we don't necessarily know the base of 
the table being written at that time (since it might not be the main 
idt_table).

So what Christian said, basically.

    J

  reply	other threads:[~2006-08-16 18:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-15  8:44 Proposed interface change Zachary Amsden
2006-08-16 18:16 ` Jeremy Fitzhardinge [this message]
2006-08-16 18:21 ` Jeremy Fitzhardinge
2006-08-16 21:16   ` Zachary Amsden
  -- strict thread matches above, loose matches on Subject: below --
2006-08-15 10:28 Christian Limpach

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=44E36109.8030809@goop.org \
    --to=jeremy@goop.org \
    --cc=chrisw@sous-sol.org \
    --cc=virtualization@lists.osdl.org \
    --cc=zach@vmware.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).