aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorIlya Leoshkevich <[email protected]>2019-11-18 19:03:39 +0100
committerAlexei Starovoitov <[email protected]>2019-11-18 19:51:16 -0800
commitb25c57b6b7dda3799aaebc5f463776e4a0555927 (patch)
treeb81a1acaf090da5f1608e91ba957f85b9bc6dfc7 /scripts/gdb/linux/tasks.py
parent451e448ff4bb137da3d4b8b26a8260a2ff66869a (diff)
s390/bpf: Use lg(f)rl when long displacement cannot be used
If literal pool grows past 524287 mark, it's no longer possible to use long displacement to reference literal pool entries. In JIT setting maintaining multiple literal pool registers is next to impossible, since we operate on one instruction at a time. Therefore, fall back to loading literal pool entry using PC-relative addressing, and then using a register-register form of the following machine instruction. Signed-off-by: Ilya Leoshkevich <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions