Searched refs:A64_LDR64I (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 654 emit(A64_LDR64I(tcc, ptr, 0), ctx); in emit_bpf_tail_call() 1732 emit(A64_LDR64I(dst, src_adj, off_adj), ctx); in build_insn() 2381 emit(A64_LDR64I(A64_R(10), A64_SP, retval_off), ctx); in invoke_bpf_mod_ret() 2470 A64_LDR64I(reg, A64_SP, bargs_off) : in save_args() 2484 emit(A64_LDR64I(tmp, A64_FP, soff), ctx); in save_args() 2502 emit(A64_LDR64I(reg, A64_SP, bargs_off), ctx); in restore_args() 2688 emit(A64_LDR64I(A64_R(10), A64_SP, retaddr_off), ctx); in prepare_trampoline() 2722 emit(A64_LDR64I(A64_R(19), A64_SP, regs_off), ctx); in prepare_trampoline() 2723 emit(A64_LDR64I(A64_R(20), A64_SP, regs_off + 8), ctx); in prepare_trampoline() 2726 emit(A64_LDR64I(A64_R(0), A64_SP, retval_off), ctx); in prepare_trampoline()
|
| H A D | bpf_jit.h | 87 #define A64_LDR64I(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 64, LOAD) macro
|