Home
last modified time | relevance | path

Searched refs:raw_tp_writable_bare_out_val (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmodule_attach.c84 bss->raw_tp_writable_bare_out_val = 0xf1f2f3f4; in test_module_attach()
88 ASSERT_EQ(bss->raw_tp_writable_bare_out_val, writable_val, in test_module_attach()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_module_attach.c32 int raw_tp_writable_bare_out_val = 0; variable
40 writable->val = raw_tp_writable_bare_out_val; in BPF_PROG()