Function report |
Source Code:arch\x86\kernel\cpu\microcode\intel.c |
Create Date:2022-07-28 08:08:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:request_microcode_user
Proto:static enum ucode_state request_microcode_user(int cpu, const void __user *buf, size_t size)
Type:enum ucode_state
Parameter:
Type | Parameter | Name |
---|---|---|
int | cpu | |
const void __user * | buf | |
size_t | size |
1006 | If is_blacklisted(cpu) Then Return UCODE_NFOUND |
1010 | Must be size_t (1003.1g) = size |
1011 | iov_iter_init( & iter, WRITE, & iov, 1, size) |
1013 | Return generic_load_microcode(cpu, & iter) |
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 |