Function report |
Source Code:mm\memory.c |
Create Date:2022-07-28 14:41:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vm_mixed_ok
Proto:static bool vm_mixed_ok(struct vm_area_struct *vma, pfn_t pfn)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma | |
pfn_t | pfn |
1728 | If Flags, see mm.h. & Can contain "struct page" and pure PFN pages Then Return true |
1730 | If pfn_t_devmap(pfn) Then Return true |
1732 | If pfn_t_special(pfn) Then Return true |
1734 | If is_zero_pfn(pfn_t_to_pfn(pfn)) Then Return true |
1736 | Return false |
Name | Describe |
---|---|
__vm_insert_mixed |
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 |