Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/net/
Dbpf_jit.h67 #define A64_LDR64(Xt, Xn, Xm) A64_LS_REG(Xt, Xn, Xm, 64, LOAD) macro
Dbpf_jit_comp.c415 emit(A64_LDR64(prg, tmp, prg), ctx); in emit_bpf_tail_call()
421 emit(A64_LDR64(tmp, prg, tmp), ctx); in emit_bpf_tail_call()
1165 emit(A64_LDR64(dst, src, tmp), ctx); in build_insn()