UCODE_MAX_SIZE    262 arch/x86/kernel/microcode_amd.c 	if (total_size > size || total_size > UCODE_MAX_SIZE) {
UCODE_MAX_SIZE    267 arch/x86/kernel/microcode_amd.c 	mc = vmalloc(UCODE_MAX_SIZE);
UCODE_MAX_SIZE    269 arch/x86/kernel/microcode_amd.c 		memset(mc, 0, UCODE_MAX_SIZE);