函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\apic.c Create Date:2022-07-27 09:26:58
Last Modify:2020-03-16 21:21:31 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:register_lapic_address

函数原型:void __init register_lapic_address(unsigned long address)

返回类型:void

参数:

类型参数名称
unsigned longaddress
2144  mp_lapic_addr等于address
2146  如果非x2apic_mode
2147  Some hardware wants to get fixmapped without caching.(FIX_APIC_BASE, address)
2148  Define the default level of output to be very little* This can be turned up by using apic=verbose for more* information and apic=debug for _lots_ of information.* apic_verbosity is defined in apic.c(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n", APIC_BASE, address)
2151  如果Processor that is doing the boot up 恒等于负1U则
2152  Processor that is doing the boot up 等于read_apic_id()
2153  boot_cpu_apic_version等于GET_APIC_VERSION(apic_read(APIC_LVR))
调用者
名称描述
smp_read_mpc
init_apic_mappings_apic_mappings - initialize APIC mappings
jailhouse_get_smp_config