Searched refs:A64_LR (Results 1 - 2 of 2) sorted by path

/linux-master/arch/arm64/net/
H A Dbpf_jit.h15 #define A64_LR AARCH64_INSN_REG_LR macro
H A Dbpf_jit_comp.c348 emit(A64_MOV(1, A64_R(9), A64_LR), ctx);
356 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx);
748 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx);
757 emit(A64_RET(A64_LR), ctx);
2120 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx);
2167 emit(A64_ADR(A64_LR, AARCH64_INSN_SIZE * 2), ctx);
2206 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx);
2211 emit(A64_MOV(1, A64_LR, A64_R(9)), ctx);
2215 emit(A64_MOV(1, A64_R(10), A64_LR), ctx);
2216 emit(A64_MOV(1, A64_LR, A64_
[all...]

Completed in 261 milliseconds