Documented in 1 files:
Defined in 2 files as a prototype:
- arch/powerpc/include/asm/string.h, line 86 (as a prototype)
- include/linux/string.h, line 221 (as a prototype)
Defined in 6 files as a function:
- arch/alpha/include/asm/string.h, line 69 (as a function)
- arch/powerpc/include/asm/string.h, line 66 (as a function)
- arch/s390/include/asm/string.h, line 73 (as a function)
- arch/x86/include/asm/string_32.h, line 195 (as a function)
- arch/x86/include/asm/string_64.h, line 32 (as a function)
- lib/string.c, line 538 (as a function)
Referenced in 8 files:
- arch/alpha/include/asm/vga.h, line 39
- arch/arc/net/bpf_jit_core.c, line 1098
- arch/mips/include/asm/vga.h, line 47
- arch/powerpc/include/asm/vga.h, line 40
- arch/powerpc/lib/copy_32.S
- include/linux/vt_buffer.h, line 31
- lib/string.c, line 546
- lib/tests/string_kunit.c, line 45
Smatch caller information:
drivers/video/fbdev/core/fbcon.c scr_memsetw() -> memset16()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 2 | n | 0-u32max |
| DATA_SOURCE | 0 | s | $0 |
| DATA_SOURCE | 1 | v | $1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 0 | s | unit_byte |
| HALF_LOCKED2 | global &console_sem |
lib/tests/string_kunit.c string_test_memset16() -> memset16()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | s | 4096-ptr_max |
| PARAM_VALUE | 1 | v | 45490 |
| PARAM_VALUE | 2 | n | 0-255 |
| FUZZY_MAX | 2 | n | 255 |
| HARD_MAX | 2 | n | 255 |
| NOCHECK_CALL |
drivers/video/console/vgacon.c scr_memsetw() -> memset16()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 2 | n | 0-u32max |
| DATA_SOURCE | 0 | s | $0 |
| DATA_SOURCE | 1 | v | $1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 0 | s | unit_byte |
| HALF_LOCKED2 | global &console_sem |
drivers/tty/vt/vt.c scr_memsetw() -> memset16()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 2 | n | 0-u32max |
| DATA_SOURCE | 0 | s | $0 |
| DATA_SOURCE | 1 | v | $1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | *s | 0-u16max[u] |
| USER_DATA | 2 | n | 0-2147483646[c] |
| HALF_LOCKED2 | global &console_sem |