Function report |
Source Code:include\linux\iommu-helper.h |
Create Date:2022-07-28 07:11:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:iommu_is_span_boundary
Proto:static inline int iommu_is_span_boundary(unsigned int index, unsigned int nr, unsigned long shift, unsigned long boundary_size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | index | |
unsigned int | nr | |
unsigned long | shift | |
unsigned long | boundary_size |
23 | shift = shift + index & boundary_size - 1 |
24 | Return shift + nr > boundary_size |
Name | Describe |
---|---|
iommu_area_alloc | |
swiotlb_tbl_map_single |
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 |