From: "Jim Hull" <jim_hull@hp.com>
To: linux-ia64@vger.kernel.org
Subject: RE: [Linux-ia64] Intermittent errors on mov rr
Date: Fri, 16 Feb 2001 19:12:16 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590693005162@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590693005157@msgid-missing>
Keith:
> I get intermittent errors in copy_mm+0x6b0, where it is setting the new
> region registers. This only happens under high load, like compiling
> gcc. I cannot see why IA64 is complaining here, any ideas?
The Reserved Register/Field fault occured on this instruction:
> 0xe000000000565496 copy_mm+0x6b6 mov rr[r16]=r14
with:
r16 = 0
r14 = 0x04000039
There's no problem with r16. Decoding r14, according to the Region
Register format, gives us:
rv 0
rid 0x040000
ps 14 (16K)
rv 0
ve 1
The fault happens because you are attempting to use a rid value which
requires 19 bits, but Itanium only supports 18-bit rids (the minimum
required by the architecture). The implemented rid size is returned by
PAL_VM_SUMMARY, which you can examine with:
cat /proc/pal/cpu0/vm_info | grep RR.rid
I know nothing about how IA-64 Linux manages rid values, whether it makes
use of the rid size field returned by PAL_VM_SUMMARY, etc., so I can't help
you any more than this. Probably David Mosberger can track down the root
cause of this problem.
-- Jim
next prev parent reply other threads:[~2001-02-16 19:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-16 7:45 [Linux-ia64] Intermittent errors on mov rr Keith Owens
2001-02-16 19:12 ` Jim Hull [this message]
2001-02-16 19:48 ` David Mosberger
2001-02-16 23:57 ` Keith Owens
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=marc-linux-ia64-105590693005162@msgid-missing \
--to=jim_hull@hp.com \
--cc=linux-ia64@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox