Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c331 emit(A64_MOV(1, ptr, A64_SP), ctx); in prepare_bpf_tail_call_cnt()
498 emit(A64_MOV(1, A64_R(9), A64_LR), ctx); in build_prologue()
508 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue()
528 emit(A64_MOV(1, A64_FP, A64_R(2)), ctx); in build_prologue()
541 emit(A64_MOV(1, fp, A64_SP), ctx); in build_prologue()
577 emit(A64_MOV(0, r3, r3), ctx); in emit_bpf_tail_call()
766 emit(A64_MOV(isdw, ax, src), ctx); in emit_ll_sc_atomic()
783 emit(A64_MOV(isdw, tmp2, src), ctx); in emit_ll_sc_atomic()
794 emit(A64_MOV(isdw, tmp2, r0), ctx); in emit_ll_sc_atomic()
877 emit(A64_MOV(1, A64_R(0), r0), ctx); in build_epilogue()
[all …]
Dbpf_jit.h170 #define A64_MOV(sf, Rd, Rn) A64_ADD_I(sf, Rd, Rn, 0) macro