Searched refs:A64_POP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 670 emit(A64_POP(fpb, A64_R(28), A64_SP), ctx); in build_epilogue() 672 emit(A64_POP(fp, A64_R(26), A64_SP), ctx); in build_epilogue() 675 emit(A64_POP(r8, r9, A64_SP), ctx); in build_epilogue() 676 emit(A64_POP(r6, r7, A64_SP), ctx); in build_epilogue() 679 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue() 2007 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() 2008 emit(A64_POP(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline()
|
H A D | bpf_jit.h | 103 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) macro
|
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 344 emit(A64_POP(fp, A64_R(26), A64_SP), ctx); in build_epilogue() 347 emit(A64_POP(r8, r9, A64_SP), ctx); in build_epilogue() 348 emit(A64_POP(r6, r7, A64_SP), ctx); in build_epilogue() 351 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
|
H A D | bpf_jit.h | 77 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) macro
|
Completed in 7 milliseconds