Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c664 emit(A64_POP(fpb, A64_R(28), A64_SP), ctx); in build_epilogue()
666 emit(A64_POP(fp, A64_R(26), A64_SP), ctx); in build_epilogue()
669 emit(A64_POP(r8, r9, A64_SP), ctx); in build_epilogue()
670 emit(A64_POP(r6, r7, A64_SP), ctx); in build_epilogue()
673 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
1946 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
1947 emit(A64_POP(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline()
Dbpf_jit.h97 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) macro