test_val          562 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 			u8 old_val, ctrl_val, test_val = 0xff;
test_val          565 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 			m5602_write_sensor(sd, address, &test_val, 1);
test_val          568 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 			if (ctrl_val == test_val)
test_val         2700 tools/testing/nvdimm/test/nfit.c 	const u64 test_val = 0x0123456789abcdefULL;
test_val         2834 tools/testing/nvdimm/test/nfit.c 		.length = test_val,
test_val         2842 tools/testing/nvdimm/test/nfit.c 	if (rc < 0 || cmd_rc || record->length != test_val) {
test_val         2856 tools/testing/nvdimm/test/nfit.c 		.length = test_val,
test_val         2864 tools/testing/nvdimm/test/nfit.c 	if (rc < 0 || cmd_rc || record->length != test_val) {
test_val          403 tools/testing/selftests/bpf/test_verifier.c 	struct test_val value = {
test_val          660 tools/testing/selftests/bpf/test_verifier.c 					sizeof(struct test_val), 1);
test_val          678 tools/testing/selftests/bpf/test_verifier.c 					sizeof(struct test_val), 1);
test_val          766 tools/testing/selftests/bpf/test_verifier.c 					   sizeof(struct test_val), 1,
test_val          776 tools/testing/selftests/bpf/test_verifier.c 					   sizeof(struct test_val), 1,
test_val           14 tools/testing/selftests/bpf/verifier/and.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val           10 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val           30 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val           52 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val           78 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val           97 tools/testing/selftests/bpf/verifier/array_access.c 		   offsetof(struct test_val, foo)),
test_val          116 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val          136 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val          159 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val          184 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val          212 tools/testing/selftests/bpf/verifier/array_access.c 		    offsetof(struct test_val, foo)),
test_val           12 tools/testing/selftests/bpf/verifier/bpf_get_stack.c 	BPF_MOV64_IMM(BPF_REG_9, sizeof(struct test_val)/2),
test_val           15 tools/testing/selftests/bpf/verifier/bpf_get_stack.c 	BPF_MOV64_IMM(BPF_REG_3, sizeof(struct test_val)/2),
test_val           32 tools/testing/selftests/bpf/verifier/bpf_get_stack.c 	BPF_MOV64_IMM(BPF_REG_5, sizeof(struct test_val)/2),
test_val          229 tools/testing/selftests/bpf/verifier/helper_access_var_len.c 	BPF_MOV64_IMM(BPF_REG_2, sizeof(struct test_val)),
test_val          232 tools/testing/selftests/bpf/verifier/helper_access_var_len.c 	BPF_JMP_IMM(BPF_JSGT, BPF_REG_2, sizeof(struct test_val), 4),
test_val          258 tools/testing/selftests/bpf/verifier/helper_access_var_len.c 	BPF_JMP_IMM(BPF_JSGT, BPF_REG_2, sizeof(struct test_val) + 1, 4),
test_val          282 tools/testing/selftests/bpf/verifier/helper_access_var_len.c 	BPF_MOV64_IMM(BPF_REG_2, sizeof(struct test_val)),
test_val          285 tools/testing/selftests/bpf/verifier/helper_access_var_len.c 	BPF_JMP_IMM(BPF_JSGT, BPF_REG_2, sizeof(struct test_val) - 20, 4),
test_val          312 tools/testing/selftests/bpf/verifier/helper_access_var_len.c 	BPF_JMP_IMM(BPF_JSGT, BPF_REG_2, sizeof(struct test_val) - 19, 4),
test_val           11 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_2, sizeof(struct test_val)),
test_val           68 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_2, sizeof(struct test_val) + 8),
test_val          108 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
test_val          110 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) -	offsetof(struct test_val, foo)),
test_val          129 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
test_val          149 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
test_val          169 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
test_val          171 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) - offsetof(struct test_val, foo) + 8),
test_val          191 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
test_val          212 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
test_val          233 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
test_val          236 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) - offsetof(struct test_val, foo)),
test_val          255 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
test_val          297 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
test_val          300 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) -
test_val          301 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      offsetof(struct test_val, foo) + 8),
test_val          321 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
test_val          343 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
test_val          366 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct test_val, foo), 4),
test_val          369 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) - offsetof(struct test_val, foo)),
test_val          389 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct test_val, foo), 4),
test_val          411 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct test_val, foo), 3),
test_val          455 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct test_val, foo), 4),
test_val          458 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) -
test_val          459 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      offsetof(struct test_val, foo) + 1),
test_val           15 tools/testing/selftests/bpf/verifier/map_ptr_mixing.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val           45 tools/testing/selftests/bpf/verifier/map_ptr_mixing.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val           74 tools/testing/selftests/bpf/verifier/search_pruning.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
test_val           90 tools/testing/selftests/bpf/verifier/value.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_0, offsetof(struct test_val, foo)),
test_val          143 tools/testing/selftests/bpf/verifier/value_or_null.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),