Function report |
Source Code:arch\x86\kernel\fpu\xstate.c |
Create Date:2022-07-28 07:50:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:setup the xstate image representing the init state
Proto:static void __init setup_init_fpu_buf(void)
Type:void
Parameter:Nothing
410 | on_boot_cpu((__section__(".init.data"))) = 1 |
412 | WARN_ON_FPU(!on_boot_cpu) |
413 | on_boot_cpu = 0 |
415 | If Not boot_cpu_has(XSAVE/XRSTOR/XSETBV/XGETBV instructions ) Then Return |
421 | If boot_cpu_has(XSAVES/XRSTORS instructions ) Then xcomp_bv = 1 << 63 | Mask of xstate features supported by the CPU and the kernel: |
Name | Describe |
---|---|
fpu__init_system_xstate | Enable and initialize the xsave feature.* Called once per system bootup. |
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 |