sid_shift         195 arch/x86/kernel/apic/x2apic_uv_x.c 	unsigned int sid_shift;
sid_shift         209 arch/x86/kernel/apic/x2apic_uv_x.c 	sid_shift = BITS_SHIFT_NEXT_LEVEL(eax);
sid_shift         214 arch/x86/kernel/apic/x2apic_uv_x.c 			sid_shift = BITS_SHIFT_NEXT_LEVEL(eax);
sid_shift         221 arch/x86/kernel/apic/x2apic_uv_x.c 	uv_cpuid.apicid_mask	= (~(-1 << sid_shift));
sid_shift         222 arch/x86/kernel/apic/x2apic_uv_x.c 	uv_cpuid.socketid_shift = sid_shift;