Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c335 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
339 emit(A64_PUSH(r6, r7, A64_SP), ctx); in build_prologue()
340 emit(A64_PUSH(r8, r9, A64_SP), ctx); in build_prologue()
341 emit(A64_PUSH(fp, tcc, A64_SP), ctx); in build_prologue()
342 emit(A64_PUSH(fpb, A64_R(28), A64_SP), ctx); in build_prologue()
1857 emit(A64_PUSH(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline()
1861 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
Dbpf_jit.h95 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) macro