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.c203 PPC_LI64(bpf_to_ppc(TMP_REG_1), func_meta); in store_func_meta()
213 PPC_LI64(bpf_to_ppc(BPF_REG_FP), (__force long)ctx->priv_sp); in emit_fp_priv_stack()
365 PPC_LI64(bpf_to_ppc(ARENA_VM_START), ctx->arena_vm_start); in bpf_jit_build_prologue()
503 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel()
523 PPC_LI64(bpf_to_ppc(TMP_REG_2), func); in bpf_jit_emit_func_call_rel()
536 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel()
1262 PPC_LI64(dst_reg, (ctx->user_vm_start & 0xffffffff00000000UL)); in bpf_jit_build_body()
1408 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()
1597 PPC_LI64(tmp2_reg, 0x8000000000000000ul); in bpf_jit_build_body()
1599 PPC_LI64(tmp2_reg, PAGE_OFFSET); in bpf_jit_build_body()
[all …]
H A Dbpf_jit_comp.c610 PPC_LI64(_R3, l->cookie); in invoke_bpf_prog()