Function report |
Source Code:arch\x86\kernel\cpu\common.c |
Create Date:2022-07-28 07:54:57 |
Last Modify:2020-03-16 20:28:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cr4_init
Proto:void cr4_init(void)
Type:void
Parameter:Nothing
413 | cr4 = __read_cr4() |
415 | If boot_cpu_has(Process Context Identifiers ) Then cr4 |= X86_CR4_PCIDE |
417 | If static_branch_likely( & cr_pinning) Then cr4 |= cr4_pinned_bits |
420 | __write_cr4(cr4) |
423 | this_cpu_write(cr4, cr4) |
Name | Describe |
---|---|
start_secondary | Activate a secondary processor. |
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 |