Welcome! Log In Create A New Profile

memory testing

Posted by lcb 
lcb
memory testing
June 05, 2009 02:31PM
Hi,

We are trying to design a memory test for board design verification.
For some memory testing algorithms to work, we need to access large buffers of physically contiguous memory from user space.
For this purpose, i am trying to come up with a loadable kernel module that will have a memory allocator whose job is to organize the user-space & kernel space memory into blocks of an array and export that array to the user-space application.
It seems i cannot use __get_free_pages (GFP_USER, order), as it still allocated kernel memory.
Any ideas on what/how i can achieve my design goals?

thanks,
lcb
Re: memory testing
September 08, 2009 05:06AM
Please visit [gpled.googlecode.com], or Google "Effo Memory Test".
If you foud some solutions already at your side, please kindly let us know too.

-The Effo Staff
Effo Staff
Re: memory testing
September 08, 2009 11:57PM
Sorry, should be [effogpled.googlecode.com]

-The Effo Staff

Anonymous User Wrote:
-------------------------------------------------------
> Please visit [gpled.googlecode.com], or
> Google "Effo Memory Test".
> If you foud some solutions already at your side,
> please kindly let us know too.
>
> -The Effo Staff
Author:

Your Email:


Subject:


Message: