Searched refs:r4_off (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 664 EMIT(PPC_RAW_LL(_R4, _R1, r4_off)); in bpf_trampoline_setup_tail_call_info() 669 int bpf_frame_size, int r4_off) in bpf_trampoline_restore_tail_call_cnt() argument 676 EMIT(PPC_RAW_STL(_R4, _R1, r4_off)); in bpf_trampoline_restore_tail_call_cnt() 728 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 838 r4_off = bpf_frame_size; in __arch_prepare_bpf_trampoline() 841 r4_off = regs_off + SZL; in __arch_prepare_bpf_trampoline() 870 EMIT(PPC_RAW_STL(_R4, _R1, r4_off)); in __arch_prepare_bpf_trampoline() 956 bpf_trampoline_setup_tail_call_info(image, ctx, bpf_frame_size, r4_off); in __arch_prepare_bpf_trampoline() 973 bpf_trampoline_restore_tail_call_cnt(image, ctx, bpf_frame_size, r4_off); in __arch_prepare_bpf_trampoline()
|