Searched refs:bpf_frame_size (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 641 int bpf_frame_size, int r4_off) in bpf_trampoline_setup_tail_call_info() argument 644 EMIT(PPC_RAW_LD(_R4, _R1, bpf_frame_size)); in bpf_trampoline_setup_tail_call_info() 661 EMIT(PPC_RAW_STL(_R3, _R1, bpf_frame_size - BPF_PPC_TAILCALL)); in bpf_trampoline_setup_tail_call_info() 669 int bpf_frame_size, int r4_off) in bpf_trampoline_restore_tail_call_cnt() argument 681 int bpf_frame_size, int nr_regs, int regs_off) in bpf_trampoline_save_args() argument 685 param_save_area_offset = bpf_frame_size; in bpf_trampoline_save_args() 708 int bpf_frame_size, int nr_regs, int regs_off) in bpf_trampoline_restore_args_stack() argument 712 param_save_area_offset = bpf_frame_size; in bpf_trampoline_restore_args_stack() 732 int i, ret, nr_regs, retaddr_off, bpf_frame_size = 0; in __arch_prepare_bpf_trampoline() local 784 bpf_frame_size = STACK_FRAME_MIN_SIZE; in __arch_prepare_bpf_trampoline() [all …]
|