Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit.h68 #define PPC_LI32(d, i) do { \ macro
91 PPC_LI32(d, i); \
121 #define PPC_LI_ADDR PPC_LI32
H A Dbpf_jit_comp.c619 PPC_LI32(_R3, n->cookie >> 32); in invoke_bpf_prog()
620 PPC_LI32(_R4, n->cookie); in invoke_bpf_prog()