Function report |
Source Code:arch\x86\kernel\cpu\mtrr\generic.c |
Create Date:2022-07-28 08:06:06 |
Last Modify:2022-05-18 17:45:43 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_fixed
Proto:static void __init print_fixed(unsigned base, unsigned step, const mtrr_type *types)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | base | |
unsigned | step | |
const mtrr_type * | types |
386 | If last_fixed_end == 0 Then |
387 | update_fixed_last(base, base + step, * types) |
388 | Continue |
390 | If last_fixed_end == base && last_fixed_type == types Then |
391 | last_fixed_end = base + step |
392 | Continue |
395 | print_fixed_last() |
396 | update_fixed_last(base, base + step, * types) |
Name | Describe |
---|---|
print_mtrr_state |
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 |