Function report |
Source Code:arch\x86\kernel\amd_gart_64.c |
Create Date:2022-07-28 08:52:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:gart_parse_options
Proto:void __init gart_parse_options(char *p)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
char * | p |
820 | If Not strncmp(p, "fullflush", 9) Then If this is disabled the IOMMU will use an optimized flushing strategy* of only flushing when an mapping is reused = 1 |
822 | If Not strncmp(p, "nofullflush", 11) Then If this is disabled the IOMMU will use an optimized flushing strategy* of only flushing when an mapping is reused = 0 |
826 | If Not strncmp(p, "noaperture", 10) Then fix_aperture = 0 |
829 | If Not strncmp(p, "force", 5) Then gart_iommu_aperture_allowed = 1 |
831 | If Not strncmp(p, "allowed", 7) Then gart_iommu_aperture_allowed = 1 |
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 |