![]() |
Physical memory request to Linux Kernel
Hello,
I am running a multithreaded program for which I'm in need of acquiring some physical memory from linux kernel. malloc() gives virtually memory mapped memory and then MMU translates that into physical memory... Can someone show me the way to allocate Physical memory directly on linux? (without routing through virtual) Thanks, Tanmay |
Re: Physical memory request to Linux Kernel
What are you trying to achieve? Why do you need memory to be at a certain
physical address? |
Re: Physical memory request to Linux Kernel
You can't. That would mean bypassing the TLB, which operates at a hardware level.
|
| All times are GMT -5. The time now is 10:34 AM. |
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©1998 - 2013, nV News.