summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
diff options
context:
space:
mode:
authorEduard Zingerman <eddyz87@gmail.com>2023-03-25 05:54:43 +0300
committerAlexei Starovoitov <ast@kernel.org>2023-03-26 03:02:02 +0300
commit207b1ba3019100d862931e97b49f76ff1e0a89f2 (patch)
treee3be60c0708851eb931e9b300bae9f86aa5ddf33 /tools/testing/selftests/bpf/Makefile
parent3e5329e193f463e6aaf98c33f7cb1308160880ab (diff)
downloadlinux-207b1ba3019100d862931e97b49f76ff1e0a89f2.tar.xz
selftests/bpf: __imm_insn & __imm_const macro for bpf_misc.h
Add two convenience macro for BPF test cases, allowing the following usage: #include <linux/filter.h> ... asm volatile ( ... ".8byte %[raw_insn];" ... "r1 += %[st_foo_offset];" ... : : __imm_insn(raw_insn, BPF_RAW_INSN(...)), __imm_const(st_foo_offset, offsetof(struct st, foo)) : __clobber_all); Signed-off-by: Eduard Zingerman <eddyz87@gmail.com> Link: https://lore.kernel.org/r/20230325025524.144043-3-eddyz87@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
0 files changed, 0 insertions, 0 deletions