Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/net/
Dbpf_jit.h159 #define PPC_BPF_LOAD_CPU(r) \ macro
164 #define PPC_BPF_LOAD_CPU(r) \ macro
171 #define PPC_BPF_LOAD_CPU(r) do { PPC_LI(r, 0); } while(0) macro
Dbpf_jit_comp.c405 PPC_BPF_LOAD_CPU(r_A); in bpf_jit_build_body()