函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\lib\mmx_32.c Create Date:2022-07-27 08:25:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Generic MMX implementation without K7 specific streaming

函数原型:static void fast_clear_page(void *page)

返回类型:void

参数:

类型参数名称
void *page
250  Use kernel_fpu_begin/end() if you intend to use FPU in kernel context. It* disables preemption so be careful if you intend to use it for long periods* of time.* If you intend to use the FPU in softirq you need to check first with
252  __asm__ __volatile__
256 i小于4096除128循环
257  __asm__ __volatile__
275  page加等于128
278  kernel_fpu_end()
调用者
名称描述
mmx_clear_page