Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> CC: Zi Shen Lim <[email protected]> CC: Xi Wang <[email protected]> Reviewed-by: Zi Shen Lim <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information