Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c513 emit(A64_MOV(1, A64_R(9), A64_LR), ctx); in build_prologue()
522 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
1005 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
1014 emit(A64_RET(A64_LR), ctx); in build_epilogue()
2339 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2433 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2434 emit(A64_RET(A64_LR), ctx); in prepare_trampoline()
2437 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2442 emit(A64_MOV(1, A64_LR, A64_R(9)), ctx); in prepare_trampoline()
2446 emit(A64_MOV(1, A64_R(10), A64_LR), ctx); in prepare_trampoline()
[all …]
H A Dbpf_jit.h15 #define A64_LR AARCH64_INSN_REG_LR macro