Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Datomics.c90 __u32 or32_value = 0x110; variable
101 or32_result = __sync_fetch_and_or(&or32_value, 0x011); in or()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c95 ASSERT_EQ(skel->data->or32_value, 0x111, "or32_value"); in test_or()