Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vma_pages
Proto:static inline unsigned long vma_pages(struct vm_area_struct *vma)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma |
2482 | Return The first byte after our end addresswithin vm_mm. - Our start address within vm_mm. >> PAGE_SHIFT determines the page size |
Name | Describe |
---|---|
dup_mmap | |
dma_common_mmap | Create userspace mapping for the DMA-coherent memory. |
dma_direct_mmap | |
__dma_mmap_from_coherent | |
vma_last_pgoff | |
__vm_map_pages | __vm_map_pages - maps range of kernel pages into user vma*@vma: user vma to map to*@pages: pointer to array of source kernel pages*@num: number of pages in page array*@offset: user's requested vm_pgoff |
unmap_mapping_range_tree | |
do_fault_around | do_fault_around() tries to map few pages around the fault address. The hope* is that the pages will be needed soon and this will lower the number of* faults to handle.* It uses vm_ops->map_pages() to map the pages, which skips the page if it's |
can_vma_merge_after | Return true if we can merge this (vm_flags,anon_vma,file,vm_pgoff)* beyond (at a higher virtual address and file offset than) the vma.* We cannot merge two vmas if they have differently assigned (non-NULL) |
remove_vma_list | Ok - we have the memory areas we should free on the vma list,* so release them, and do the vma updates.* Called with the mm semaphore held. |
__do_munmap | Munmap is split into 2 main parts -- this part which finds* what needs doing, and the areas themselves, which do the* work. This now handles partial unmappings.* Jeremy Fitzhardinge |
exit_mmap | Release all mmaps. |
insert_vm_struct | Insert vm structure into process list sorted by address* and into the inode's i_mmap tree. If vm_file is non-NULL* then i_mmap_rwsem is taken here. |
walk_page_mapping | walk_page_mapping - walk all memory areas mapped into a struct address_space |
mpol_set_shared_policy | |
get_arg_page |
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 |