Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dbpf_endian.h25 #define ___bpf_swab64(x) ((__u64)( \ macro
61 # define __bpf_constant_be64_to_cpu(x) ___bpf_swab64(x)
62 # define __bpf_constant_cpu_to_be64(x) ___bpf_swab64(x)
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_endian.c32 const64 = ___bpf_swab64(IN64); in sys_enter()