函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__jump_label_transform

函数原型:static void __ref __jump_label_transform(struct jump_entry *entry, enum jump_label_type type, int init)

返回类型:void

参数:

类型参数名称
struct jump_entry *entry
enum jump_label_typetype
intinit
73  __jump_label_set_jump_code(entry, type, & code, init)
86  如果initValues used for system_state. Ordering of the states must not be changed* as code checks for <, <=, >, >= STATE.恒等于SYSTEM_BOOTING
87  text_poke_early((void * )jump_entry_code(entry), & code, JUMP_LABEL_NOP_SIZE)
89  返回
92  text_poke_bp((void * )jump_entry_code(entry), & code, JUMP_LABEL_NOP_SIZE, NULL)
调用者
名称描述
arch_jump_label_transform
arch_jump_label_transform_static