函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mtrr\generic.c |
Create Date:2022-07-27 09:06:30 |
Last Modify:2022-05-18 17:45:43 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Since we are disabling the cache don't allow any interrupts,* they would run extremely slow and would only increase the pain.* The caller must ensure that local interrupts are disabled and* are reenabled after post_set() has been called.
函数原型:static void prepare_set(void)__acquires(set_atomicity_lock)
返回类型:void
参数:无
741 | raw_spin_lock( & set_atomicity_lock) |
744 | cr0等于read_cr0()按位或X86_CR0_CD |
753 | 如果非static_cpu_has("ss" CPU self snoop )则wbinvd() |
757 | 如果boot_cpu_has(Page Global Enable )则 |
758 | cr4等于__read_cr4() |
759 | __write_cr4(cr4 & ~X86_CR4_PGE) |
764 | __flush_tlb() |
773 | 如果非static_cpu_has("ss" CPU self snoop )则wbinvd() |
名称 | 描述 |
---|---|
mtrr_bp_pat_init | PAT setup for BP. We need to go through sync steps here |
generic_set_all | |
generic_set_mtrr | generic_set_mtrr - set variable MTRR register on the local CPU.*@reg: The register to set.*@base: The base address of the region.*@size: The size of the region. If this is 0 the region is disabled.*@type: The type of the region.* Returns nothing. |
cyrix_set_arr | |
cyrix_set_all |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |