Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c577 int func_frame_offset, int r4_off) in bpf_trampoline_setup_tail_call_cnt() argument
583 EMIT(PPC_RAW_LL(_R3, _R1, func_frame_offset - tailcallcnt_offset)); in bpf_trampoline_setup_tail_call_cnt()
592 int func_frame_offset, int r4_off) in bpf_trampoline_restore_tail_call_cnt() argument
599 EMIT(PPC_RAW_STL(_R3, _R1, func_frame_offset - tailcallcnt_offset)); in bpf_trampoline_restore_tail_call_cnt()
611 param_save_area_offset = func_frame_offset; /* the two frames we alloted */ in bpf_trampoline_save_args()
634 int func_frame_offset, int nr_regs, int regs_off) in bpf_trampoline_restore_args_stack() argument
638 param_save_area_offset = func_frame_offset; /* the two frames we alloted */ in bpf_trampoline_restore_args_stack()
778 func_frame_offset = bpf_dummy_frame_size + bpf_frame_size; in __arch_prepare_bpf_trampoline()
939 EMIT(PPC_RAW_ADDI(_R1, _R1, func_frame_offset)); in __arch_prepare_bpf_trampoline()
947 EMIT(PPC_RAW_ADDI(_R1, _R1, func_frame_offset)); in __arch_prepare_bpf_trampoline()
[all …]