Searched refs:A64_MOV (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 333 emit(A64_MOV(1, A64_R(9), A64_LR), ctx); in build_prologue() 342 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue() 351 emit(A64_MOV(1, fp, A64_SP), ctx); in build_prologue() 399 emit(A64_MOV(0, r3, r3), ctx); in emit_bpf_tail_call() 562 emit(A64_MOV(isdw, ax, src), ctx); in emit_ll_sc_atomic() 579 emit(A64_MOV(isdw, tmp2, src), ctx); in emit_ll_sc_atomic() 590 emit(A64_MOV(isdw, tmp2, r0), ctx); in emit_ll_sc_atomic() 682 emit(A64_MOV(1, A64_R(0), r0), ctx); in build_epilogue() 791 emit(A64_MOV(is64, dst, src), ctx); in build_insn() 1123 emit(A64_MOV( in build_insn() [all...] |
H A D | bpf_jit.h | 170 #define A64_MOV(sf, Rd, Rn) A64_ADD_I(sf, Rd, Rn, 0) macro
|
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 232 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue() 240 emit(A64_MOV(1, fp, A64_SP), ctx); in build_prologue() 286 emit(A64_MOV(0, r3, r3), ctx); in emit_bpf_tail_call() 354 emit(A64_MOV(1, A64_R(0), r0), ctx); in build_epilogue() 461 emit(A64_MOV(is64, dst, src), ctx); in build_insn() 771 emit(A64_MOV(1, r0, A64_R(0)), ctx); in build_insn()
|
H A D | bpf_jit.h | 112 #define A64_MOV(sf, Rd, Rn) A64_ADD_I(sf, Rd, Rn, 0) macro
|
Completed in 5 milliseconds