Function report |
Source Code:arch\x86\kernel\cpu\common.c |
Create Date:2022-07-28 07:55:26 |
Last Modify:2020-03-16 20:28:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Set up the CPU state needed to execute SYSENTER/SYSEXIT instructions* on 32-bit kernels:
Proto:void enable_sep_cpu(void)
Type:void
Parameter:Nothing
1558 | If Not boot_cpu_has(SYSENTER/SYSEXIT ) Then Return |
1570 | wrmsr(MSR_IA32_SYSENTER_CS, MSR_IA32_SYSENTER_CS , 0) |
1571 | wrmsr(MSR_IA32_SYSENTER_ESP, (unsignedlong)(cpu_entry_stack(cpu) + 1), 0) |
1572 | wrmsr(MSR_IA32_SYSENTER_EIP, (unsignedlong)entry_SYSENTER_32, 0) |
1574 | put_cpu() |
Name | Describe |
---|---|
identify_boot_cpu | |
identify_secondary_cpu |
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 |