Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_endian.c22 __u64 const64 = 0; variable
32 const64 = ___bpf_swab64(IN64); in sys_enter()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dendian.c49 CHECK(bss->const64 != OUT64, "const64", "got 0x%llx != exp 0x%llx\n", in test_endian()
50 (__u64)bss->const64, (__u64)OUT64); in test_endian()

Completed in 4 milliseconds