Function report | 
Source Code:arch\x86\kernel\pci-dma.c | 
Create Date:2022-07-28 07:44:15 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:See <Documentation/x86/x86_64/boot-options.rst> for the iommu kernel* parameter documentation.
Proto:static __init int iommu_setup(char *p)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| char * | p | 
| 63 | iommu_merge = 1 | 
| 72 | If Not strncmp(p, "force", 5) Then force_iommu = 1 | 
| 75 | iommu_merge = 0 | 
| 76 | force_iommu = 0 | 
| 80 | iommu_merge = 1 | 
| 81 | force_iommu = 1 | 
| 83 | If Not strncmp(p, "panic", 5) Then panic_on_overflow = 1 | 
| 85 | If Not strncmp(p, "nopanic", 7) Then panic_on_overflow = 0 | 
| 88 | iommu_merge = 1 | 
| 89 | force_iommu = 1 | 
| 91 | If Not strncmp(p, "nomerge", 7) Then iommu_merge = 0 | 
| 100 | disable_dac_quirk = true | 
| 101 | Return 1 | 
| 107 | If Not strncmp(p, "pt", 2) Then iommu_set_default_passthrough(true) | 
| 109 | If Not strncmp(p, "nopt", 4) Then iommu_set_default_translated(true) | 
| 112 | gart_parse_options(p) | 
| 118 | Return 0 | 
| 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  |