Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/net/
Dbpf_jit_comp.c229 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
350 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
355 emit(A64_RET(A64_LR), ctx); in build_epilogue()
Dbpf_jit.h15 #define A64_LR AARCH64_INSN_REG_LR macro