Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > The Linux Kernel > linux physical memory reservation on ia64 processor

Forgot Password?
 The Linux Kernel   Compiling, theory, programming or other discussion about the linux kernel

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 11-21-2008   #1 (permalink)
Just Joined!
 
Join Date: Nov 2008
Posts: 1
linux physical memory reservation on ia64 processor

All,
I have a requirement to test all available pages(memory) on ia64 platform and this is how am going forward. AFAIK, Linux is available for a wide range of architectures so there needs to be an architecture-independent way of describing memory and so the physical memory is described in terms of bank-->nodes-> zones.
On IA64 we have only 2 zones, namely ZONE_DMA and ZONE_NORMAL.
ZONE_DMA range is till 4GB and ZONE_NORMAL above 4GB till end.
As per my requiremnt I have to restrict the ZONE_DMA size to only 512 MB and use the rest of the physical memory for my testing purpose. Note that all processes that gets created after restricting the ZONE_DMA size to 512 should get memory(physical pages) allocated from this zone(DMA) only and my test tool/program should have access to memory- 512MB and above.
To achieve this I modified the kernel source , by restricting the MAX_DMA_ADDRESS = PAGE_OFFSET + 512MB and __alloc_pages() to get the pages from ZONE_DMA only. Also, The kernel swap to disk mechanism, kswapd was modifed to not to swap pages from 512MB for our test tool.After this when I ran my test tool I found that, the first page I am getting was not from 512MB( corresponding to 0x20000000 physical address). Am I going in the right direction??
Also, I want to know whether my assumption was correct in taking the architecture-independent way of describing the phsical memory for ia64???
How does the physical memory layout description changes with chip set?
Any other ideas to implement my requirement are also welcome.
ravitm is offline  


Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 10:30 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2