Function report |
Source Code:kernel\jump_label.c |
Create Date:2022-07-28 13:48:56 |
| Last Modify:2020-03-17 20:59:06 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__jump_label_mod_text_reserved
Proto:static int __jump_label_mod_text_reserved(void *start, void *end)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| void * | start | |
| void * | end |
| 546 | preempt_enable() |
| 548 | If Not mod Then Return 0 |
| 552 | Return __jump_label_text_reserved(jump_entries, jump_entries + num_jump_entries, start, end) |
| Name | Describe |
|---|---|
| jump_label_text_reserved | jump_label_text_reserved - check if addr range is reserved*@start: start text addr*@end: end text addr* checks if the text addr located between @start and @end* overlaps with any of the jump label patch addresses |
| 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 |