Home
last modified time | relevance | path

Searched refs:BPF_PPC_TC (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/powerpc/net/
Dbpf_jit_comp32.c40 #define BPF_PPC_TC _R16 macro
70 if ((reg >= BPF_PPC_NVR_MIN && reg < 32) || reg == BPF_PPC_TC) in bpf_jit_stack_offsetof()
142 EMIT(PPC_RAW_STW(_R4, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_build_prologue()
238 EMIT(PPC_RAW_LWZ(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_emit_tail_call()