alloc_vm_area(9) centos man page | unix.com

Man Page: alloc_vm_area

Operating Environment: centos

Section: 9

ALLOC_VM_AREA(9)					    Memory Management in Linux						  ALLOC_VM_AREA(9)

NAME
alloc_vm_area - allocate a range of kernel address space
SYNOPSIS
struct vm_struct * alloc_vm_area(size_t size, pte_t ** ptes);
ARGUMENTS
size size of the area ptes returns the PTEs for the address space
RETURNS
NULL on failure, vm_struct on success This function reserves a range of kernel address space, and allocates pagetables to map that range. No actual mappings are created. If ptes is non-NULL, pointers to the PTEs (in init_mm) allocated for the VM area are returned.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ALLOC_VM_AREA(9)
Related Man Pages
uvm_km_free(9) - netbsd
subpage_prot(2) - php
subpage_prot(2) - minix
subpage_prot(2) - sunos
subpage_prot(2) - opensolaris
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq