Searched refs:___read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_core_read.h | 317 #define ___read(read_fn, dst, src_type, src, accessor) \ macro 321 #define ___rd_first(fn, src, a) ___read(fn, &__t, ___type(src), src, a); 323 ___read(fn, &__t, ___type(___nolast(__VA_ARGS__)), __t, ___last(__VA_ARGS__)); 337 ___read(fn, dst, ___type(src), src, a); 340 ___read(fn, dst, ___type(src, ___nolast(__VA_ARGS__)), __t, \
|