Searched refs:save_args (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Drtas.c1052 struct rtas_args err_args, save_args; local
1070 save_args = rtas_args;
1076 rtas_args = save_args;
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1905 static void save_args(struct jit_ctx *ctx, int args_off, int nregs) function
2044 save_args(ctx, args_off, nregs);
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c2368 static void save_args(const struct btf_func_model *m, u8 **prog, function
2455 * The logic here is similar to what we do in save_args()
2860 save_args(m, &prog, regs_off, false);
2893 save_args(m, &prog, arg_stack_off, true);

Completed in 133 milliseconds