Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/net/
Dbpf_jit_comp32.c68 #define BPF_PPC_TC 16 macro
72 if ((reg >= BPF_PPC_NVR_MIN && reg < 32) || reg == BPF_PPC_TC) in bpf_jit_stack_offsetof()
122 bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_build_prologue()
220 EMIT(PPC_RAW_LWZ(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_emit_tail_call()
236 EMIT(PPC_RAW_STW(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_emit_tail_call()