Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c254 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel()
746 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()
915 PPC_LI64(tmp2_reg, 0x8000000000000000ul); in bpf_jit_build_body()
917 PPC_LI64(tmp2_reg, PAGE_OFFSET); in bpf_jit_build_body()
970 PPC_LI64(dst_reg, imm64); in bpf_jit_build_body()
H A Dbpf_jit.h65 #define PPC_LI64(d, i) do { \ macro