public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: Uncached memory allocator for ia64.
Date: Wed, 29 Sep 2004 14:24:47 +0000	[thread overview]
Message-ID: <16730.50607.403195.372875@napali.hpl.hp.com> (raw)
In-Reply-To: <20040914151629.GA21118@lnx-holt.americas.sgi.com>

>>>>> On Fri, 17 Sep 2004 09:34:58 -0500, Robin Holt <holt@sgi.com> said:

  Robin> I have done a little testing on the uncached.  I think the
  Robin> problem may be bigger than I originally expected.

  Robin> I made a simple driver.  On load, it allocated an entire
  Robin> granule and, I think, correctly did all the flushes called
  Robin> for in the processor manual including the PAL call.  A user
  Robin> could then mmap the entire chunk as uncached and work with
  Robin> it.  I did not get any sort of MCAs from this run.

OK.

  Robin> I then started the same app which referenced the first word
  Robin> of each page uncached.  I added a timer interrupt which
  Robin> scanned all the page structs on the node from which the
  Robin> granule was allocated and had a reference to the page inside
  Robin> of an impossible if statement (next to impossible as the
  Robin> machine would have to be up for a large number of years).
  Robin> This, I believe, resulted in the speculation of the cache
  Robin> line dirty.

So you had something along the lines of:

 if (never_really_true)
   *(char *) page_address(pg) = 42;

and you got an MCA when "pg" was something pointing to the uncached
memory area?  I don't see how that would be possible unless there
already were a WB TLB entry for the granule that contains
page_address(pg).

Can you make the test-program available?  I'd be interested in trying
it out on a local machine.

	--david

  parent reply	other threads:[~2004-09-29 14:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-14 15:16 Uncached memory allocator for ia64 Robin Holt
2004-09-15  8:23 ` David Mosberger
2004-09-15 11:04 ` Robin Holt
2004-09-15 11:14 ` David Mosberger
2004-09-17 14:34 ` Robin Holt
2004-09-23 21:09 ` Robin Holt
2004-09-23 22:12 ` Luck, Tony
2004-09-23 23:01 ` Robin Holt
2004-09-25 12:40 ` Robin Holt
2004-09-29 14:24 ` David Mosberger [this message]
2004-09-29 15:43 ` Robin Holt
2004-09-29 16:02 ` David Mosberger

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=16730.50607.403195.372875@napali.hpl.hp.com \
    --to=davidm@napali.hpl.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