Function report |
Source Code:arch\x86\kernel\cpu\mtrr\mtrr.c |
Create Date:2022-07-28 08:05:13 |
Last Modify:2022-05-18 17:35:08 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:arch_phys_wc_add - add a WC MTRR and handle errors if PAT is unavailable*@base: Physical base address*@size: Size of region* If PAT is available, this does nothing
Proto:int arch_phys_wc_add(unsigned long base, unsigned long size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | base | |
unsigned long | size |
571 | If pat_enabled() || Not mtrr_enabled() Then Return 0 |
575 | If ret < 0 Then |
576 | pr_warn("Failed to add WC MTRR for [%p-%p]; performance may suffer.", (void * )base, (void * )(base + size - 1)) |
578 | Return ret |
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 |