Searched refs:regs_off (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 2050 int regs_off, ip_off, args_off, stack_size = nr_args * 8, run_ctx_off; in arch_prepare_bpf_trampoline() local 2095 regs_off = stack_size; in arch_prepare_bpf_trampoline() 2142 save_regs(m, &prog, nr_args, regs_off); in arch_prepare_bpf_trampoline() 2154 if (invoke_bpf(m, &prog, fentry, regs_off, run_ctx_off, in arch_prepare_bpf_trampoline() 2164 if (invoke_bpf_mod_ret(m, &prog, fmod_ret, regs_off, in arch_prepare_bpf_trampoline() 2172 restore_regs(m, &prog, nr_args, regs_off); in arch_prepare_bpf_trampoline() 2207 if (invoke_bpf(m, &prog, fexit, regs_off, run_ctx_off, false)) { in arch_prepare_bpf_trampoline() 2213 restore_regs(m, &prog, nr_args, regs_off); in arch_prepare_bpf_trampoline()
|
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 1777 int regs_off; in prepare_trampoline() local 1839 regs_off = stack_size; in prepare_trampoline() 1881 emit(A64_STR64I(A64_R(19), A64_SP, regs_off), ctx); in prepare_trampoline() 1882 emit(A64_STR64I(A64_R(20), A64_SP, regs_off + 8), ctx); in prepare_trampoline() 1936 emit(A64_LDR64I(A64_R(19), A64_SP, regs_off), ctx); in prepare_trampoline() 1937 emit(A64_LDR64I(A64_R(20), A64_SP, regs_off + 8), ctx); in prepare_trampoline()
|