Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c664 emit(A64_LDR64I(tcc, ptr, 0), ctx); in emit_bpf_tail_call()
1234 emit(A64_LDR64I(dst, A64_FP, (idx - NR_STACK_ARG_REGS) * sizeof(u64) + 16), ctx); in emit_stack_arg_load()
1854 emit(A64_LDR64I(dst, src_adj, off_adj), ctx); in build_insn()
2502 emit(A64_LDR64I(A64_R(10), A64_SP, retval_off), ctx); in invoke_bpf_mod_ret()
2616 emit(A64_LDR64I(reg, A64_SP, bargs_off), ctx); in save_args()
2647 emit(A64_LDR64I(tmp, A64_FP, soff), ctx); in save_args()
2674 emit(A64_LDR64I(reg, A64_SP, bargs_off), ctx); in restore_args()
2902 emit(A64_LDR64I(A64_R(10), A64_SP, retaddr_off), ctx); in prepare_trampoline()
2949 emit(A64_LDR64I(A64_R(19), A64_SP, regs_off), ctx); in prepare_trampoline()
2950 emit(A64_LDR64I(A64_R(20), A64_SP, regs_off + 8), ctx); in prepare_trampoline()
[all …]
H A Dbpf_jit.h87 #define A64_LDR64I(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 64, LOAD) macro