Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Darena_atomics.c134 _Atomic __u64 __arena_global xor64_value = (0x110ull << 32); variable
137 __u64 __arena_global xor64_value = (0x110ull << 32); variable
148 __c11_atomic_fetch_xor(&xor64_value, 0x011ull << 32, memory_order_relaxed); in xor()
151 __sync_fetch_and_xor(&xor64_value, 0x011ull << 32); in xor()
H A Datomics.c108 __u64 xor64_value = (0x110ull << 32); variable
120 xor64_result = __sync_fetch_and_xor(&xor64_value, 0x011ull << 32); in xor()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c114 ASSERT_EQ(skel->data->xor64_value, 0x101ull << 32, "xor64_value"); in test_xor()
H A Darena_atomics.c103 ASSERT_EQ(skel->arena->xor64_value, 0x101ull << 32, "xor64_value"); in test_xor()