函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:memdup_patch

函数原型:static struct ucode_patch *memdup_patch(void *data, unsigned int size)

返回类型:struct ucode_patch

参数:

类型参数名称
void *data
unsigned intsize
154  p等于分配内存并置零
155  如果非p则返回:NULL
158  Intel uses only this one 等于kmemdup(data, size, GFP_KERNEL)
159  如果非 Intel uses only this one
160  释放内存
161  返回:NULL
164  返回:p
调用者
名称描述
save_microcode_patch