Function report |
Source Code:mm\memory.c |
Create Date:2022-07-28 14:40:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zap_p4d_range
Proto:static inline unsigned long zap_p4d_range(struct mmu_gather *tlb, struct vm_area_struct *vma, pgd_t *pgd, unsigned long addr, unsigned long end, struct zap_details *details)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct mmu_gather * | tlb | |
struct vm_area_struct * | vma | |
pgd_t * | pgd | |
unsigned long | addr | |
unsigned long | end | |
struct zap_details * | details |
1229 | p4d = p4d_offset(pgd, addr) |
1230 | Do |
1231 | next = p4d_addr_end(addr, end) |
1232 | If p4d_none_or_clear_bad(p4d) Then Continue |
1237 | Return addr |
Name | Describe |
---|---|
unmap_page_range |
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 |