Home
last modified time | relevance | path

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

/linux-5.15/tools/testing/selftests/bpf/progs/
A Datomics.c98 __u64 xor64_value = (0x110ull << 32); variable
108 xor64_result = __sync_fetch_and_xor(&xor64_value, 0x011ull << 32); in BPF_PROG()
/linux-5.15/tools/testing/selftests/bpf/prog_tests/
A Datomics.c146 ASSERT_EQ(skel->data->xor64_value, 0x101ull << 32, "xor64_value"); in test_xor()