Searched refs:local_apicid (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/clocksource/
H A Dnumachip.c59 unsigned local_apicid = __this_cpu_read(x86_cpu_to_apicid) & 0xff; local
65 (local_apicid << 6));
/linux-master/arch/x86/kernel/apic/
H A Dapic_numachip.c70 int local_apicid, apicid = per_cpu(x86_cpu_to_apicid, cpu); local
74 local_apicid = __this_cpu_read(x86_cpu_to_apicid);
77 if (!((apicid ^ local_apicid) >> NUMACHIP_LAPIC_BITS)) {

Completed in 204 milliseconds