Function report | 
Source Code:arch\x86\kernel\apic\apic_flat_64.c | 
Create Date:2022-07-28 08:35:11 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Set up the logical destination ID.* Intel recommends to set DFR, LDR and TPR before enabling* an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel* document number 292116). So here it goes...
Proto:void flat_init_apic_ldr(void)
Type:void
Parameter:Nothing
| 43 | num = smp_processor_id() | 
| 46 | val = apic_read(APIC_LDR) & ~APIC_LDR_MASK | 
| 47 | val |= SET_APIC_LOGICAL_ID(id) | 
| 48 | apic_write(APIC_LDR, val) | 
| 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  |