Function report |
Source Code:arch\x86\kernel\e820.c |
Create Date:2022-07-28 07:43:02 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This function checks if any part of the range <start,end> is mapped* with type.
Proto:static bool _e820__mapped_any(struct e820_table *table, u64 start, u64 end, enum e820_type type)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct e820_table * | table | |
| u64 | start | |
| u64 | end | |
| enum e820_type | type |
| 82 | When i < nr_entries cycle |
| 89 | Return true |
| 91 | Return false |
| Name | Describe |
|---|---|
| e820__mapped_raw_any | |
| e820__mapped_any |
| 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 |