Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c341 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
345 emit(A64_PUSH(r6, r7, A64_SP), ctx); in build_prologue()
346 emit(A64_PUSH(r8, r9, A64_SP), ctx); in build_prologue()
347 emit(A64_PUSH(fp, tcc, A64_SP), ctx); in build_prologue()
348 emit(A64_PUSH(fpb, A64_R(28), A64_SP), ctx); in build_prologue()
1917 emit(A64_PUSH(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline()
1921 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
H A Dbpf_jit.h101 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) macro