Home
last modified time | relevance | path

Searched refs:max_physical_apicid (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dmpspec.h50 extern unsigned int max_physical_apicid;
/arch/x86/kernel/apic/
Dapic.c67 unsigned int max_physical_apicid; variable
1571 if (max_physical_apicid > 255 || in enable_IR_x2apic()
2090 if (apicid > max_physical_apicid) in generic_processor_info()
2091 max_physical_apicid = apicid; in generic_processor_info()