Re: [android-kernel] Kmalloc

2012-11-04 Thread ajay
Thanks for the that .I have another question what about the memory that we create for accessing the memory mapped registers.Are those also part of the page table. On Tuesday, 30 October 2012 01:41:39 UTC+5:30, m-ric wrote: > > Hi Ajay, > > Q: does the kernel create page tables for the memory ret

Re: [android-kernel] Kmalloc

2012-10-29 Thread Emeric VIGIER
Hi Ajay, Q: does the kernel create page tables for the memory returned by kmalloc. A: Yes, it does. Without page allocation table, the kernel is unable to know which chunks of memory are allocated and which are not. http://www.makelinux.net/ldd3/chp-8-sect-1 is a fairly good introduction of kmallo

[android-kernel] Kmalloc

2012-10-29 Thread ajay
Kmalloc is used for returning a logical address pointer to a chunk of physical address.My question is that the locgical address that kmalloc is a part of the virtual memory .i.e does the kernel create page tables for the memory returned by kmalloc. -- unsubscribe: android-kernel+unsubscr...@go