Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit.h85 #define PPC_LI64(d, i) do { \ macro
111 #define PPC_LI_ADDR PPC_LI64
120 #define PPC_LI64(d, i) BUILD_BUG() macro
H A Dbpf_jit_comp64.c315 PPC_LI64(bpf_to_ppc(ARENA_VM_START), ctx->arena_vm_start); in bpf_jit_build_prologue()
453 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel()
473 PPC_LI64(bpf_to_ppc(TMP_REG_2), func); in bpf_jit_emit_func_call_rel()
486 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel()
1212 PPC_LI64(dst_reg, (ctx->user_vm_start & 0xffffffff00000000UL)); in bpf_jit_build_body()
1358 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()
1547 PPC_LI64(tmp2_reg, 0x8000000000000000ul); in bpf_jit_build_body()
1549 PPC_LI64(tmp2_reg, PAGE_OFFSET); in bpf_jit_build_body()
1656 PPC_LI64(dst_reg, imm64); in bpf_jit_build_body()
H A Dbpf_jit_comp.c525 PPC_LI64(_R3, l->cookie); in invoke_bpf_prog()