commit | df849ba3a88cdf4480decd7008f95ff627387c0f | [log] [tgz] |
---|---|---|
author | Yang Shi <yang.shi@linaro.org> | Mon Nov 30 14:24:07 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 03 11:38:31 2015 -0500 |
tree | 44808eda4e18942ec50fa20340fed46fd075e8d5 | |
parent | 6bd4f355df2eae80b8a5c7b097371cd1e05f20d5 [diff] |
arm64: bpf: add 'store immediate' instruction aarch64 doesn't have native store immediate instruction, such operation has to be implemented by the below instruction sequence: Load immediate to register Store register Signed-off-by: Yang Shi <yang.shi@linaro.org> CC: Zi Shen Lim <zlim.lnx@gmail.com> CC: Xi Wang <xi.wang@gmail.com> Reviewed-by: Zi Shen Lim <zlim.lnx@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>