Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\microcode\amd.c Create Date:2022-07-28 08:09:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Scan the ucode blob for the proper container as we can have multiple* containers glued together.

Proto:static void scan_containers(u8 *ucode, size_t size, struct cont_desc *desc)

Type:void

Parameter:

TypeParameterName
u8 *ucode
size_tsize
struct cont_desc *desc
378  When size cycle
379  s = This scans the ucode blob for the proper container as we can have multiple* containers glued together. Returns the equivalence ID from the equivalence* table or 0 if none found.* Returns the amount of bytes consumed while scanning. @desc contains all the
380  If Not s Then Return
384  If size >= s Then
385  ucode += s
386  size -= s
387  Else
388  Return
Caller
NameDescribe
apply_microcode_early_amdEarly load occurs before we can vmalloc()
save_microcode_in_initrd_amd