Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dselection.c120 u32 tmplut[ARRAY_SIZE(inwordLut)]; in sel_loadlut() local
121 if (copy_from_user(tmplut, (u32 __user *)(p+4), sizeof(inwordLut))) in sel_loadlut()
123 memcpy(inwordLut, tmplut, sizeof(inwordLut)); in sel_loadlut()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dselection.c121 u32 tmplut[ARRAY_SIZE(inwordLut)]; in sel_loadlut() local
122 if (copy_from_user(tmplut, (u32 __user *)(p+4), sizeof(inwordLut))) in sel_loadlut()
124 memcpy(inwordLut, tmplut, sizeof(inwordLut)); in sel_loadlut()

Completed in 2 milliseconds