All of lore.kernel.org
 help / color / mirror / Atom feed
* Flushing data cache on PPC405 in Linux
@ 2011-02-24  1:04 John Linn
  2011-02-24  3:38 ` Dan Malek
  0 siblings, 1 reply; 5+ messages in thread
From: John Linn @ 2011-02-24  1:04 UTC (permalink / raw)
  To: linuxppc-dev

I have a situation that requires a flush the data cache at specific time
periods to help with memory scrubbing.

On the 405, I don't see any easy way to do this since you don't know
what the cache has in it and there's not an instruction to flush the
whole cache.  It looks like a kernel driver is needed to map pages then
flush that data cache for the pages. =


I'm concerned there will be side affects I don't realize as I'm assuming
the driver would slowly go thru all of physical memory mapping pages
(cached or non-cached) and then flushing all addresses in the page(s).

Any thoughts?

Thanks,
John

This email and any attachments are intended for the sole use of the named r=
ecipient(s) and contain(s) confidential information that may be proprietary=
, privileged or copyrighted under applicable law. If you are not the intend=
ed recipient, do not read, copy, or forward this email message or any attac=
hments. Delete this email message and any attachments immediately.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-24 20:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-24  1:04 Flushing data cache on PPC405 in Linux John Linn
2011-02-24  3:38 ` Dan Malek
2011-02-24 14:15   ` John Linn
2011-02-24 14:43   ` John Linn
2011-02-24 20:15     ` Dan Malek

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.