Searched refs:A64_LR (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/arch/arm64/net/ |
| D | bpf_jit_comp.c | 327 emit(A64_MOV(1, A64_R(9), A64_LR), ctx); in build_prologue() 335 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 673 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue() 682 emit(A64_RET(A64_LR), ctx); in build_epilogue() 1861 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() 1946 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() 1951 emit(A64_MOV(1, A64_LR, A64_R(9)), ctx); in prepare_trampoline() 1955 emit(A64_MOV(1, A64_R(10), A64_LR), ctx); in prepare_trampoline() 1956 emit(A64_MOV(1, A64_LR, A64_R(9)), ctx); in prepare_trampoline()
|
| D | bpf_jit.h | 15 #define A64_LR AARCH64_INSN_REG_LR macro
|