Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\head32.c Create Date:2022-07-28 07:28:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:i386_start_kernel

Proto:asmlinkage __visible void __init i386_start_kernel(void)

Type:void

Parameter:Nothing

35  idt_setup_early_handler()
37  Initialize cr4 shadow for this CPU.
39  sanitize_boot_params( & boot_params)
41  x86_early_init_platform_quirks()
45  Case hardware_subarch == X86_SUBARCH_INTEL_MID
46  x86_intel_mid_early_setup()
47  Break
48  Case hardware_subarch == X86_SUBARCH_CE4100
49  x86_ce4100_early_setup()
50  Break
51  Default
52  i386_default_early_setup()
53  Break
56  Define the prototype for start_kernel here, rather than clutteringup something else.