Searched refs:func_frame_offset (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 641 int func_frame_offset, in bpf_trampoline_setup_tail_call_info() argument 652 EMIT(PPC_RAW_LD(_R4, _R1, func_frame_offset)); in bpf_trampoline_setup_tail_call_info() 675 EMIT(PPC_RAW_STL(_R3, _R1, (func_frame_offset - bpf_dummy_frame_size) in bpf_trampoline_setup_tail_call_info() 684 int func_frame_offset, int r4_off) in bpf_trampoline_restore_tail_call_cnt() argument 695 static void bpf_trampoline_save_args(u32 *image, struct codegen_context *ctx, int func_frame_offset, in bpf_trampoline_save_args() argument 700 param_save_area_offset = func_frame_offset; /* the two frames we alloted */ in bpf_trampoline_save_args() 723 int func_frame_offset, int nr_regs, int regs_off) in bpf_trampoline_restore_args_stack() argument 727 param_save_area_offset = func_frame_offset; /* the two frames we alloted */ in bpf_trampoline_restore_args_stack() 744 int i, ret, nr_regs, bpf_frame_size = 0, bpf_dummy_frame_size = 0, func_frame_offset; in __arch_prepare_bpf_trampoline() local 876 func_frame_offset = bpf_dummy_frame_size + bpf_frame_size; in __arch_prepare_bpf_trampoline() [all …]
|