Searched hist:d65a634a0acefd6b6e8718e2399b6771ccb17b24 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/net/ |
H A D | bpf_jit.h | diff d65a634a0acefd6b6e8718e2399b6771ccb17b24 Tue Sep 16 20:37:35 CEST 2014 Zi Shen Lim <zlim.lnx@gmail.com> arm64: bpf: add 'shift by register' instructions
Commit 72b603ee8cfc ("bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT") noted support for 'shift by register' in eBPF and added support for it for x64. Let's enable this for arm64 as well.
The arm64 eBPF JIT compiler now passes the new 'shift by register' test case introduced in the same commit 72b603ee8cfc.
Signed-off-by: Zi Shen Lim <zlim.lnx@gmail.com> Cc: Will Deacon <will.deacon@arm.com> Cc: David S. Miller <davem@davemloft.net> Cc: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|
H A D | bpf_jit_comp.c | diff d65a634a0acefd6b6e8718e2399b6771ccb17b24 Tue Sep 16 20:37:35 CEST 2014 Zi Shen Lim <zlim.lnx@gmail.com> arm64: bpf: add 'shift by register' instructions
Commit 72b603ee8cfc ("bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT") noted support for 'shift by register' in eBPF and added support for it for x64. Let's enable this for arm64 as well.
The arm64 eBPF JIT compiler now passes the new 'shift by register' test case introduced in the same commit 72b603ee8cfc.
Signed-off-by: Zi Shen Lim <zlim.lnx@gmail.com> Cc: Will Deacon <will.deacon@arm.com> Cc: David S. Miller <davem@davemloft.net> Cc: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|