Function report |
Source Code:arch\x86\kernel\cpu\mtrr\generic.c |
Create Date:2022-07-28 08:06:10 |
Last Modify:2022-05-18 17:45:43 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Grab all of the MTRR state for this CPU into *state
Proto:bool __init get_mtrr_state(void)
Type:bool
Parameter:Nothing
469 | vrs = var_ranges |
472 | have_fixed = lo >> 8 & 1 |
476 | If have_fixed Then get_fixed_ranges(fixed_ranges) |
483 | If amd_special_default_mtrr() Then |
489 | mtrr_tom2 <<= 32 |
491 | mtrr_tom2 &= 0xffffff800000ULL |
494 | print_mtrr_state() |
496 | mtrr_state_set = 1 |
498 | Return Not Not (enabled & MTRR_STATE_MTRR_ENABLED) |
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 |