Function report |
Source Code:arch\x86\kernel\cpu\bugs.c |
Create Date:2022-07-28 07:56:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:arch_prctl_spec_ctrl_set
Proto:int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which, unsigned long ctrl)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
unsigned long | which | |
unsigned long | ctrl |
1198 | Case which == Speculation control variants |
1199 | Return ssb_prctl_set(task, ctrl) |
1200 | Case which == PR_SPEC_INDIRECT_BRANCH |
1201 | Return ib_prctl_set(task, ctrl) |
1202 | Default |
1203 | Return -ENODEV |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |