MIPS_GLOBALNUMBER_VP  164 arch/mips/include/asm/cpu-info.h 	return (cpuinfo->globalnumber & MIPS_GLOBALNUMBER_VP) >>
MIPS_GLOBALNUMBER_VP  181 arch/mips/include/asm/cpu-info.h 	gnuma = infoa->globalnumber & ~MIPS_GLOBALNUMBER_VP;
MIPS_GLOBALNUMBER_VP  182 arch/mips/include/asm/cpu-info.h 	gnumb = infob->globalnumber & ~MIPS_GLOBALNUMBER_VP;
MIPS_GLOBALNUMBER_VP 2261 arch/mips/kernel/cpu-probe.c 	WARN_ON(vpe > (MIPS_GLOBALNUMBER_VP >> MIPS_GLOBALNUMBER_VP_SHF));
MIPS_GLOBALNUMBER_VP 2267 arch/mips/kernel/cpu-probe.c 	cpuinfo->globalnumber &= ~MIPS_GLOBALNUMBER_VP;