summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
diff options
context:
space:
mode:
authorFlorent Revest <revest@chromium.org>2023-05-11 16:05:07 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2023-05-15 21:17:22 +0200
commit90564f1e3dd66052af29e2c29cba3dc98b6604d0 (patch)
tree1c952f79198d21afeda507ad774cf76a4e647a40 /include/linux/bpf.h
parent04cb8453a91c7c22f60ddadb6cef0d19abb33bb5 (diff)
bpf, arm64: Support struct arguments in the BPF trampoline
This extends the BPF trampoline JIT to support attachment to functions that take small structures (up to 128bit) as argument. This is trivially achieved by saving/restoring a number of "argument registers" rather than a number of arguments. The AAPCS64 section 6.8.2 describes the parameter passing ABI. "Composite types" (like C structs) below 16 bytes (as enforced by the BPF verifier) are provided as part of the 8 argument registers as explained in the section C.12. Signed-off-by: Florent Revest <revest@chromium.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Yonghong Song <yhs@fb.com> Acked-by: Xu Kuohai <xukuohai@huawei.com> Link: https://lore.kernel.org/bpf/20230511140507.514888-1-revest@chromium.org
Diffstat (limited to 'include/linux/bpf.h')
0 files changed, 0 insertions, 0 deletions