| /Linux-v5.10/tools/testing/selftests/bpf/verifier/ | 
| D | helper_value_access.c | 11 	BPF_MOV64_IMM(BPF_REG_2, sizeof(struct test_val)), 68 	BPF_MOV64_IMM(BPF_REG_2, sizeof(struct test_val) + 8), 108 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)), 110 		      sizeof(struct test_val) -	offsetof(struct test_val, foo)), 129 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)), 149 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)), 169 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)), 171 		      sizeof(struct test_val) - offsetof(struct test_val, foo) + 8), 191 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)), 212 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)), [all …] 
 | 
| D | array_access.c | 10 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 30 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 52 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 78 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 97 		   offsetof(struct test_val, foo)), 116 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 136 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 159 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 184 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 212 		    offsetof(struct test_val, foo)),
  | 
| D | bpf_get_stack.c | 12 	BPF_MOV64_IMM(BPF_REG_9, sizeof(struct test_val)/2), 15 	BPF_MOV64_IMM(BPF_REG_3, sizeof(struct test_val)/2), 32 	BPF_MOV64_IMM(BPF_REG_5, sizeof(struct test_val)/2),
  | 
| D | map_ptr_mixing.c | 15 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)), 45 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
  | 
| D | helper_access_var_len.c | 229 	BPF_MOV64_IMM(BPF_REG_2, sizeof(struct test_val)), 232 	BPF_JMP_IMM(BPF_JSGT, BPF_REG_2, sizeof(struct test_val), 4), 258 	BPF_JMP_IMM(BPF_JSGT, BPF_REG_2, sizeof(struct test_val) + 1, 4), 282 	BPF_MOV64_IMM(BPF_REG_2, sizeof(struct test_val)), 285 	BPF_JMP_IMM(BPF_JSGT, BPF_REG_2, sizeof(struct test_val) - 20, 4), 312 	BPF_JMP_IMM(BPF_JSGT, BPF_REG_2, sizeof(struct test_val) - 19, 4),
  | 
| D | and.c | 14 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
  | 
| D | value.c | 90 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_0, offsetof(struct test_val, foo)),
  | 
| D | search_pruning.c | 74 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
  | 
| D | value_or_null.c | 143 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
  | 
| /Linux-v5.10/tools/testing/selftests/kvm/x86_64/ | 
| D | hyperv_cpuid.c | 53 	u32 test_val;  in test_hv_cpuid()  local 85 			test_val = 0x40000082;  in test_hv_cpuid() 87 			TEST_ASSERT(entry->eax == test_val,  in test_hv_cpuid() 94 			test_val = entry->eax & (1UL << 18);  in test_hv_cpuid() 96 			TEST_ASSERT(!!test_val == !smt_possible(),  in test_hv_cpuid()
  | 
| /Linux-v5.10/tools/testing/selftests/bpf/ | 
| D | test_verifier.c | 125 struct test_val {  struct 405 	struct test_val value = {  in update_map() 664 					sizeof(struct test_val), 1);  in do_test_fixup() 682 					sizeof(struct test_val), 1);  in do_test_fixup() 770 					   sizeof(struct test_val), 1,  in do_test_fixup() 780 					   sizeof(struct test_val), 1,  in do_test_fixup()
  | 
| /Linux-v5.10/drivers/media/usb/gspca/m5602/ | 
| D | m5602_s5k83a.c | 562 			u8 old_val, ctrl_val, test_val = 0xff;  in s5k83a_dump_registers()  local 565 			m5602_write_sensor(sd, address, &test_val, 1);  in s5k83a_dump_registers() 568 			if (ctrl_val == test_val)  in s5k83a_dump_registers()
  | 
| /Linux-v5.10/tools/testing/nvdimm/test/ | 
| D | nfit.c | 2894 	const u64 test_val = 0x0123456789abcdefULL;  in nfit_ctl_test()  local 3036 		.length = test_val,  in nfit_ctl_test() 3044 	if (rc < 0 || cmd_rc || record->length != test_val) {  in nfit_ctl_test() 3058 		.length = test_val,  in nfit_ctl_test() 3066 	if (rc < 0 || cmd_rc || record->length != test_val) {  in nfit_ctl_test()
  |