Searched refs:nvr_off (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 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 823 nvr_off = bpf_frame_size; in __arch_prepare_bpf_trampoline() 916 EMIT(PPC_RAW_STL(_R25, _R1, nvr_off)); in __arch_prepare_bpf_trampoline() 917 EMIT(PPC_RAW_STL(_R26, _R1, nvr_off + SZL)); in __arch_prepare_bpf_trampoline() 1017 EMIT(PPC_RAW_LL(_R26, _R1, nvr_off + SZL)); in __arch_prepare_bpf_trampoline() 1018 EMIT(PPC_RAW_LL(_R25, _R1, nvr_off)); in __arch_prepare_bpf_trampoline()
|