Searched refs:PPC_LI (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/powerpc/net/ |
| D | bpf_jit_comp.c | 78 PPC_LI(r_X, 0); in bpf_jit_build_prologue() 83 PPC_LI(r_A, 0); in bpf_jit_build_prologue() 182 PPC_LI(r_ret, 0); in bpf_jit_build_body() 357 PPC_LI(r_ret, 0); in bpf_jit_build_body()
|
| D | bpf_jit.h | 100 #define PPC_LI(r, i) PPC_ADDI(r, 0, i) macro 171 #define PPC_BPF_LOAD_CPU(r) do { PPC_LI(r, 0); } while(0) 235 #define PPC_LI32(d, i) do { PPC_LI(d, IMM_L(i)); \
|