Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:default_get_apic_id

Proto:static inline unsigned default_get_apic_id(unsigned long x)

Type:unsigned

Parameter:

TypeParameterName
unsigned longx
467  ver = GET_APIC_VERSION(apic_read(APIC_LVR))
469  If APIC_XAPIC(ver) || boot_cpu_has(Extended APICID (8 bits) ) Then Return x >> 24 & 0xFF
471  Else Return x >> 24 & 0x0F