Function report |
Source Code:mm\vmalloc.c |
Create Date:2022-07-28 14:59:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:map_kernel_range_noflush - map kernel VM area with the specified pages*@addr: start of the VM area to map*@size: size of the VM area to map*@prot: page protection flags to use*@pages: pages to map* Map PFN_UP(@size) pages at @addr
Proto:int map_kernel_range_noflush(unsigned long addr, unsigned long size, pgprot_t prot, struct page **pages)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | addr | |
unsigned long | size | |
pgprot_t | prot | |
struct page ** | pages |
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 |