Searched refs:tailcallcnt_offset (Results 1 – 1 of 1) sorted by relevance
581 int tailcallcnt_offset = 6 * 8; in bpf_trampoline_setup_tail_call_cnt() local583 EMIT(PPC_RAW_LL(_R3, _R1, func_frame_offset - tailcallcnt_offset)); in bpf_trampoline_setup_tail_call_cnt()584 EMIT(PPC_RAW_STL(_R3, _R1, -tailcallcnt_offset)); in bpf_trampoline_setup_tail_call_cnt()596 int tailcallcnt_offset = 6 * 8; in bpf_trampoline_restore_tail_call_cnt() local598 EMIT(PPC_RAW_LL(_R3, _R1, -tailcallcnt_offset)); in bpf_trampoline_restore_tail_call_cnt()599 EMIT(PPC_RAW_STL(_R3, _R1, func_frame_offset - tailcallcnt_offset)); in bpf_trampoline_restore_tail_call_cnt()