All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: xen-devel@lists.xensource.com
Subject: Re: fsincos emulation on AMD CPUs
Date: Thu, 15 Dec 2011 09:54:22 +0100	[thread overview]
Message-ID: <jcccjv$5jf$1@dough.gmane.org> (raw)
In-Reply-To: <4EE9C01902000078000680CD@nat28.tlf.novell.com>

On 12/15/2011 09:38 AM, Jan Beulich wrote:
> All,
>
> in the light of erratum #573 I'm wondering if we need to tweak or
> conditionally suppress fsincos emulation. The question is whether there
> is any possibility for getting the emulator to hit this instruction on AMD
> (as no real mode emulation ought to be taking place there), i.e.
> whether there are places where emulation gets continued eagerly
> in anticipation of the need for emulation on a nearby instruction.

This can happen with PAE + shadow pagetables.

There's also the case when a user process issues an instruction to an 
MMIO region, and another thread replaces the instruction with another 
(fsincos in this case), racing with the emulator until the emulator sees 
fsincos instead of the MMIO instruction.

If you really cared, perhaps fsincos can be replaced by this sequence in 
the emulator:

                     ; x
     fld   %st       ; x x
     fsin            ; x sin(x)
     fxch  %st(1)    ; sin(x) x
     fcos            ; sin(x) cos(x)

Paolo

  reply	other threads:[~2011-12-15  8:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15  8:38 fsincos emulation on AMD CPUs Jan Beulich
2011-12-15  8:54 ` Paolo Bonzini [this message]
2011-12-15 10:15   ` Jan Beulich
2011-12-15 10:34     ` Paolo Bonzini
2011-12-15 11:15       ` Jan Beulich
2011-12-15 12:27         ` Keir Fraser
2011-12-15 12:33           ` Keir Fraser
2011-12-15 13:08             ` Jan Beulich
2011-12-15 13:13               ` Keir Fraser
2011-12-15 13:19                 ` Jan Beulich
2011-12-15 16:52                   ` Keir Fraser

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='jcccjv$5jf$1@dough.gmane.org' \
    --to=pbonzini@redhat.com \
    --cc=xen-devel@lists.xensource.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 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.