void * vmalloc_exec (unsigned long size);
Kernel-internal function to allocate enough pages to cover size the page level allocator and map them into contiguous and executable kernel virtual space.
For tight cotrol over page level allocator and protection flags use __vmalloc instead.
Kernel-internal function to allocate enough pages to cover size the page level allocator and map them into contiguous and executable kernel virtual space.
For tight cotrol over page level allocator and protection flags use __vmalloc instead.