Home
last modified time | relevance | path

Searched refs:A64_LR (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c557 emit(A64_MOV(1, A64_R(9), A64_LR), ctx); in build_prologue()
566 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
1057 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
1066 emit(A64_RET(A64_LR), ctx); in build_epilogue()
2637 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2689 emit(A64_ADR(A64_LR, AARCH64_INSN_SIZE * 2), ctx); in prepare_trampoline()
2732 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2733 emit(A64_RET(A64_LR), ctx); in prepare_trampoline()
2736 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2741 emit(A64_MOV(1, A64_LR, A64_R(9)), ctx); in prepare_trampoline()
[all …]
H A Dbpf_jit.h15 #define A64_LR AARCH64_INSN_REG_LR macro