tmplut            121 drivers/tty/vt/selection.c 	u32 tmplut[ARRAY_SIZE(inwordLut)];
tmplut            122 drivers/tty/vt/selection.c 	if (copy_from_user(tmplut, (u32 __user *)(p+4), sizeof(inwordLut)))
tmplut            124 drivers/tty/vt/selection.c 	memcpy(inwordLut, tmplut, sizeof(inwordLut));