Home
last modified time | relevance | path

Searched refs:val4 (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_autosize.c17 unsigned char val4; member
26 unsigned long val4; member
36 long val4; member
45 unsigned char val4; member
55 .val4 = 0xb9,
96 val4_samesized = in->val4; in handle_samesize()
102 out->val4 = in->val4; in handle_samesize()
117 val4_downsized = in->val4; in handle_downsize()
123 out->val4 = in->val4; in handle_downsize()
161 bpf_core_read_int(&tmp, bpf_core_field_size(in->val4), &in->val4); in handle_probed()
[all …]
H A Dtest_ldsx_insn.c20 int val4 = -1; variable
45 if (val3 == val4) in map_val_prog()
/linux/kernel/trace/rv/monitors/pagefault/
H A Dpagefault.h43 bool val4 = val1 || val3; in ltl_start() local
45 if (val4) in ltl_start()
56 bool val4 = val1 || val3; in ltl_possible_next_states() local
60 if (val4) in ltl_possible_next_states()
/linux/arch/powerpc/kernel/vdso/
H A Dvgetrandom-chacha.S16 #define val4 r4 macro
191 li val4, 4
249 stwbrx state0, val4, dst_bytes
252 stwbrx state2, val4, dst_bytes
255 stwbrx state4, val4, dst_bytes
258 stwbrx state6, val4, dst_bytes
261 stwbrx state8, val4, dst_bytes
264 stwbrx state10, val4, dst_bytes
267 stwbrx state12, val4, dst_bytes
270 stwbrx state14, val4, dst_bytes
/linux/drivers/input/joystick/
H A Dwalkera0701.c65 int val1, val2, val3, val4, val5, val6, val7, val8; in walkera0701_parse_frame() local
91 val4 = (w->buf[7] & 1) << 8 | (w->buf[8] << 4) | w->buf[9]; in walkera0701_parse_frame()
92 val4 *= (w->buf[7] & 2) - 1; /* sign */ in walkera0701_parse_frame()
105 val1, val2, val3, val4, val5, val6, val7, val8, in walkera0701_parse_frame()
112 input_report_abs(w->input_dev, ABS_RUDDER, val4); in walkera0701_parse_frame()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_autosize.c14 unsigned char val4; member
183 ASSERT_EQ(out.output_samesized.val4, 0xb9, "val4_samesized"); in test_core_autosize()
194 ASSERT_EQ(out.output_downsized.val4, 0xb9, "val4_downsized"); in test_core_autosize()
/linux/arch/arm/probes/kprobes/
H A Dtest-core.h256 #define TEST_RRRR(code1, reg1, val1, code2, reg2, val2, code3, reg3, val3, code4, reg4, val4) \ argument
261 TEST_ARG_REG(reg4, val4) \