Function report |
Source Code:mm\vmalloc.c |
Create Date:2022-07-28 14:57:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vmap_p4d_range
Proto:static int vmap_p4d_range(pgd_t *pgd, unsigned long addr, unsigned long end, pgprot_t prot, struct page **pages, int *nr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
pgd_t * | pgd | |
unsigned long | addr | |
unsigned long | end | |
pgprot_t | prot | |
struct page ** | pages | |
int * | nr |
203 | p4d = The following ifdef needed to get the 5level-fixup.h header to work.* Remove it when 5level-fixup.h has been removed. |
206 | Do |
207 | next = p4d_addr_end(addr, end) |
211 | Return 0 |
Name | Describe |
---|---|
vmap_page_range_noflush | Set up page tables in kva (addr, end). The ptes shall have prot "prot", and* will have pfns corresponding to the "pages" array.* Ie. pte at addr+N*PAGE_SIZE shall point to pfn corresponding to pages[N] |
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 |