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
 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
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
Free Network Mapping Tool for Microsoft® Office Visio® Professional 2007 Users
Don't map your network by hand – let LANsurveyor Express for Microsoft Visio Professional 2007 automatically create network diagrams for you.
subscribe
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say.
subscribe

Safe, Secure Backup


All times are GMT. The time now is 09:45 PM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2