Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1223 static const u8 stack_arg_reg[] = { A64_R(5), A64_R(6), A64_R(7) }; variable
1225 #define NR_STACK_ARG_REGS ARRAY_SIZE(stack_arg_reg)
1232 emit(A64_MOV(1, dst, stack_arg_reg[idx]), ctx); in emit_stack_arg_load()
1242 emit(A64_MOV(1, stack_arg_reg[idx], src_a64), ctx); in emit_stack_arg_store()
1252 emit_a64_mov_i(1, stack_arg_reg[idx], imm, ctx); in emit_stack_arg_store_imm()