qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/4] SPARC64: Implement sparcv9 ldfa/stfa instru


From: tsnsaito
Subject: Re: [Qemu-devel] [PATCH 0/4] SPARC64: Implement sparcv9 ldfa/stfa instructions
Date: Fri, 15 Jul 2011 10:55:43 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Goj$(D+W(B) APEL/10.8 Emacs/23.3 (i386-portbld-freebsd8.2) MULE/6.0 (HANACHIRUSATO)

At Thu, 14 Jul 2011 18:31:52 +0300,
Blue Swirl wrote:
> On Thu, Jul 14, 2011 at 12:13 PM,  <address@hidden> wrote:
> > The softmmu version of current implementation is incorrect.
> > Nonfaulting loads should generate exceptions in the same way as
> > normal loads.  The CPU hardware should not return zero automatically
> > if no memory mapping exists.  The system software is responsible for
> > nonfaulting loads to read zero if no mapping is availale.
> >
> > The differences between nonfaulting loads and normal loads are:
> > - that DSFSR.NF bit is set for nonfaulting loads on MMU faults.
> > - the result of loads on memory region mapped by TTEs with NFO bit set.
> 
> I hope this is documented somewhere.

In the UA2007 spec it is partly documented in "9.6 Nonfaulting Load",
but I couldn't find out the description of the SFSR (Synchronous Fault
Status Register) in UA2007...
In the JPS1 spec, the SFSR register is described in F.10.9.

---- 
Tsuneo Saito <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]