linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Allocating a page of memory with a given physical address
@ 2000-06-08 21:44 Timur Tabi
  2000-06-08 21:47 ` Stephen C. Tweedie
  0 siblings, 1 reply; 11+ messages in thread
From: Timur Tabi @ 2000-06-08 21:44 UTC (permalink / raw)
  To: Linux MM mailing list

I have an application that needs to allocate a page of RAM on a given physical
address.  IOW, say I have a physical address (e.g. 0x0CDB5000 on a 256MB
machine), and I know (via the mem_map array) that it's not being used by
anything.  What I need to do know is allocate that page of memory so that no one
else can allocate it (via a memory allocation function like get_free_page or
malloc).

Is this currently possible?  If not, is anyone working on adding it to a future
kernel?  And if not, is anyone willing to help me implement it or at least tell
me how I should proceed?



--
Timur Tabi - ttabi@interactivesi.com
Interactive Silicon - http://www.interactivesi.com
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/

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

end of thread, other threads:[~2000-06-09 23:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-08 21:44 Allocating a page of memory with a given physical address Timur Tabi
2000-06-08 21:47 ` Stephen C. Tweedie
2000-06-08 21:58   ` Timur Tabi
2000-06-08 22:15     ` Juan J. Quintela
2000-06-08 22:27       ` Timur Tabi
2000-06-08 23:03         ` Stephen C. Tweedie
2000-06-08 23:09         ` Rik van Riel
2000-06-08 23:29           ` Timur Tabi
2000-06-09 21:20             ` Jamie Lokier
2000-06-09 23:04               ` Timur Tabi
2000-06-09 21:34             ` Rik van Riel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox