Function report |
Source Code:mm\vmalloc.c |
Create Date:2022-07-28 14:58:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vmap_page_range
Proto:static int vmap_page_range(unsigned long start, unsigned long end, pgprot_t prot, struct page **pages)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | start | |
unsigned long | end | |
pgprot_t | prot | |
struct page ** | pages |
247 | flush_cache_vmap(start, end) |
248 | Return ret |
Name | Describe |
---|---|
vm_map_ram | vm_map_ram - map pages linearly into kernel virtual address (vmalloc space)*@pages: an array of pointers to the pages to be mapped*@count: number of pages*@node: prefer to allocate data structures on this node*@prot: memory protection to use |
map_vm_area |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |