Searched refs:A64_LR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 333 emit(A64_MOV(1, A64_R(9), A64_LR), ctx); in build_prologue() 341 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 679 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue() 688 emit(A64_RET(A64_LR), ctx); in build_epilogue() 1921 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() 1968 emit(A64_ADR(A64_LR, AARCH64_INSN_SIZE * 2), ctx); in prepare_trampoline() 2007 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() 2012 emit(A64_MOV(1, A64_LR, A64_R(9)), ctx); in prepare_trampoline() 2016 emit(A64_MOV(1, A64_R(10), A64_LR), ctx); in prepare_trampoline() 2017 emit(A64_MOV(1, A64_LR, A64_ in prepare_trampoline() [all...] |
H A D | bpf_jit.h | 15 #define A64_LR AARCH64_INSN_REG_LR macro
|
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 231 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 351 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue() 356 emit(A64_RET(A64_LR), ctx); in build_epilogue()
|
H A D | bpf_jit.h | 15 #define A64_LR AARCH64_INSN_REG_LR macro
|
Completed in 6 milliseconds