Function report |
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 activity | Download SCCT | Chinese |
Name:default_get_apic_id
Proto:static inline unsigned default_get_apic_id(unsigned long x)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | x |
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 |
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 |