Home
last modified time | relevance | path

Searched refs:BPF_PPC_NVR_MIN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit64.h65 #define BPF_PPC_NVR_MIN 27 macro
H A Dbpf_jit_comp64.c80 if (reg >= BPF_PPC_NVR_MIN && reg < 32) in bpf_jit_stack_offsetof()
358 if (dst_reg >= BPF_PPC_NVR_MIN && dst_reg < 32) in bpf_jit_build_body()
360 if (src_reg >= BPF_PPC_NVR_MIN && src_reg < 32) in bpf_jit_build_body()
/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit_comp64.c73 #define BPF_PPC_NVR_MIN _R27 macro
112 if (reg >= BPF_PPC_NVR_MIN && reg < 32) in bpf_jit_stack_offsetof()
409 if (dst_reg >= BPF_PPC_NVR_MIN && dst_reg < 32) in bpf_jit_build_body()
411 if (src_reg >= BPF_PPC_NVR_MIN && src_reg < 32) in bpf_jit_build_body()
H A Dbpf_jit_comp32.c39 #define BPF_PPC_NVR_MIN _R17 macro
70 if ((reg >= BPF_PPC_NVR_MIN && reg < 32) || reg == BPF_PPC_TC) in bpf_jit_stack_offsetof()
158 for (i = BPF_PPC_NVR_MIN; i <= 31; i++) in bpf_jit_build_prologue()
178 for (i = BPF_PPC_NVR_MIN; i <= 31; i++) in bpf_jit_emit_common_epilogue()

Completed in 5 milliseconds