Re: how to use TLB to prevent Linux accessing a particular memory region

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jim Brooks
Date: Friday, October 19, 2007 - 5:27 pm

> Out of 32MB of DDR 8MB is reserved for use by DSP
firmware

Well, even if you did remap PTEs (TLBs are N/A),
or claimed that special memory, that may be too late.
The kernel might've already allocated
and stomped over it.

A reliable way is to redefine the kernel's "memory
map"
which takes effect during boot.
Look for the memory map as a .h in arch/ (IIRC).

--
Jim Brooks


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: how to use TLB to prevent Linux accessing a particular ..., Jim Brooks, (Fri Oct 19, 5:27 pm)