Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit64.h65 #define BPF_PPC_NVR_MIN 27 macro
A Dbpf_jit_comp32.c67 #define BPF_PPC_NVR_MIN 17 macro
72 if ((reg >= BPF_PPC_NVR_MIN && reg < 32) || reg == BPF_PPC_TC) in bpf_jit_stack_offsetof()
138 for (i = BPF_PPC_NVR_MIN; i <= 31; i++) in bpf_jit_build_prologue()
164 for (i = BPF_PPC_NVR_MIN; i <= 31; i++) in bpf_jit_emit_common_epilogue()
A Dbpf_jit_comp64.c59 if (reg >= BPF_PPC_NVR_MIN && reg < 32) in bpf_jit_stack_offsetof()
339 if (dst_reg >= BPF_PPC_NVR_MIN && dst_reg < 32) in bpf_jit_build_body()
341 if (src_reg >= BPF_PPC_NVR_MIN && src_reg < 32) in bpf_jit_build_body()

Completed in 5 milliseconds