From: coolsandyforyou@gmail.com (sandeep kumar)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Can i allocate 4GB virtual addresses (more than a certain limit) using vmalloc?
Date: Tue, 31 May 2011 13:39:37 +0530 [thread overview]
Message-ID: <BANLkTi=aLkqQyfsFahgN=Z=rXEekL3gp0g@mail.gmail.com> (raw)
In-Reply-To: <BANLkTi=r7o3ZMWMw-bWbHQTykGmexbVbOA@mail.gmail.com>
>> Hi all,
>> The following link gives the memory map for the arm architecture.
>> http://www.arm.linux.org.uk/developer/memory.txt
>>
>>I have the following doubts..
>>1) Any chipset(based on arm) manufacturer(qualcom,samsung..) should follow
>>the same memory map.
>>Is it hardly constrained or can be changed?
>>Where are this constraints are implemented in the kernel source tree?
>you mean, device memory map? well AFAIK that is dictated by
>BIOS....kernel simply just follow along...
Not the device memory map..others also like vmalloc()/ioremap region,
dma_alloc() (refer that link)
these regions.
i refered to qualcomm chipset memory map(based on ARM9). They just mentioned
only where different devices were mapped.
They doesnt have this specifc adress space constraints for vmalloc,
ioremap,dma_alloc etc.,
So i thought it is taken care by kernel.
Please tell me where these constraints will be implemented?
Another clarification, while assigning memory through vmalloc(), dma_alloc()
kernel first
should check the available address space 'taking the constraints into
consideration' before returning the addresses, right?
On Tue, May 31, 2011 at 12:32 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com
> wrote:
> Hi...
>
> I am not ARM guy, but I'll see what I can share here..... hold your breath
> :)
>
> On Tue, May 31, 2011 at 12:54, sandeep kumar <coolsandyforyou@gmail.com>
> wrote:
> > Hi all,
> > The following link gives the memory map for the arm architecture.
> > http://www.arm.linux.org.uk/developer/memory.txt
> >
> > I have the following doubts..
> > 1) Any chipset(based on arm) manufacturer(qualcom,samsung..) should
> follow
> > the same memory map.
> > Is it hardly constrained or can be changed?
> > Where are this constraints are implemented in the kernel source tree?
>
> you mean, device memory map? well AFAIK that is dictated by
> BIOS....kernel simply just follow along...
>
> >
> > 2) while i was student, i read in OS concepts that, "Virtual memory
> gives an
> > illusion to a process,
> > that it has always a larger continuous address space (even more than RAM)
> > available to it."
>
> that's true... but you need to count another limitation: addressable
> or not by the MMU or at least processor itself?
>
> let's say you have 16 GiB of virtual memory, composed of 4 GiB of RAM
> + 12 GiB swap. Theoritically, a single process should be able to use
> them all, but assuming we have no PAE enabled, an 32 bit system could
> only address up to 4 GiB
>
> > So i thought i could allocate howmuch ever memory i want.
>
> Also think about fragmentation...
>
> > But seeing the above link,i observed there is some limitation in the
> address
> > space created by the vmalloc().
> > So i m now thinking that vmalloc has some limit.
>
> Yup.....
>
> maybe my old article could shed a light further for you:
> http://linuxdevcenter.com/pub/a/linux/2006/11/30/linux-out-of-memory.html
>
> --
> regards,
>
> Mulyadi Santosa
> Freelance Linux trainer and consultant
>
> blog: the-hydra.blogspot.com
> training: mulyaditraining.blogspot.com
>
--
With regards,
Sandeep Kumar Anantapalli,
Senior Software Engineer,
Samsung India Software Operations,
Bangalore.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110531/06a06561/attachment.html
next prev parent reply other threads:[~2011-05-31 8:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-31 5:54 Can i allocate 4GB virtual addresses (more than a certain limit) using vmalloc? sandeep kumar
2011-05-31 7:02 ` Mulyadi Santosa
2011-05-31 8:09 ` sandeep kumar [this message]
2011-05-31 15:19 ` Dave Hylands
2011-08-22 21:43 ` subin gangadharan
2011-08-22 22:27 ` Jonathan Neuschäfer
2011-05-31 15:27 ` Peter Teoh
2011-06-01 4:24 ` sandeep kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='BANLkTi=aLkqQyfsFahgN=Z=rXEekL3gp0g@mail.gmail.com' \
--to=coolsandyforyou@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).