Searched hist:"5 f4352fbffd6c45123dbce9e195efd54df4e177e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | vmalloc.h | diff 5f4352fbffd6c45123dbce9e195efd54df4e177e Tue Jul 17 20:37:04 CDT 2007 Jeremy Fitzhardinge <jeremy@xensource.com> Allocate and free vmalloc areas
Allocate/release a chunk of vmalloc address space: alloc_vm_area reserves a chunk of address space, and makes sure all the pagetables are constructed for that address range - but no pages.
free_vm_area releases the address space range.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Ian Pratt <ian.pratt@xensource.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Cc: "Jan Beulich" <JBeulich@novell.com> Cc: "Andi Kleen" <ak@muc.de>
|
/openbmc/linux/mm/ |
H A D | vmalloc.c | diff 5f4352fbffd6c45123dbce9e195efd54df4e177e Tue Jul 17 20:37:04 CDT 2007 Jeremy Fitzhardinge <jeremy@xensource.com> Allocate and free vmalloc areas
Allocate/release a chunk of vmalloc address space: alloc_vm_area reserves a chunk of address space, and makes sure all the pagetables are constructed for that address range - but no pages.
free_vm_area releases the address space range.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Ian Pratt <ian.pratt@xensource.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Cc: "Jan Beulich" <JBeulich@novell.com> Cc: "Andi Kleen" <ak@muc.de>
|