Searched refs:r4_off (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 726 int bpf_frame_size, int r4_off) in bpf_trampoline_setup_tail_call_info() argument 749 EMIT(PPC_RAW_LL(_R4, _R1, r4_off)); in bpf_trampoline_setup_tail_call_info() 754 int bpf_frame_size, int r4_off) in bpf_trampoline_restore_tail_call_cnt() argument 761 EMIT(PPC_RAW_STL(_R4, _R1, r4_off)); in bpf_trampoline_restore_tail_call_cnt() 814 int nvr_off, alt_lr_off, r4_off = 0; in __arch_prepare_bpf_trampoline() local 934 r4_off = bpf_frame_size; in __arch_prepare_bpf_trampoline() 937 r4_off = regs_off + SZL; in __arch_prepare_bpf_trampoline() 966 EMIT(PPC_RAW_STL(_R4, _R1, r4_off)); in __arch_prepare_bpf_trampoline() 1070 bpf_trampoline_setup_tail_call_info(image, ctx, bpf_frame_size, r4_off); in __arch_prepare_bpf_trampoline() 1087 bpf_trampoline_restore_tail_call_cnt(image, ctx, bpf_frame_size, r4_off); in __arch_prepare_bpf_trampoline()
|