Home
last modified time | relevance | path

Searched refs:r4_off (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
587 EMIT(PPC_RAW_LL(_R4, _R1, r4_off)); in bpf_trampoline_setup_tail_call_cnt()
592 int func_frame_offset, int r4_off) in bpf_trampoline_restore_tail_call_cnt() argument
602 EMIT(PPC_RAW_STL(_R4, _R1, r4_off)); in bpf_trampoline_restore_tail_call_cnt()
654 int regs_off, nregs_off, ip_off, run_ctx_off, retval_off, nvr_off, alt_lr_off, r4_off = 0; in __arch_prepare_bpf_trampoline() local
764 r4_off = bpf_frame_size; in __arch_prepare_bpf_trampoline()
767 r4_off = regs_off + SZL; in __arch_prepare_bpf_trampoline()
796 EMIT(PPC_RAW_STL(_R4, _R1, r4_off)); in __arch_prepare_bpf_trampoline()
872 bpf_trampoline_setup_tail_call_cnt(image, ctx, func_frame_offset, r4_off); in __arch_prepare_bpf_trampoline()
889 bpf_trampoline_restore_tail_call_cnt(image, ctx, func_frame_offset, r4_off); in __arch_prepare_bpf_trampoline()