Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit.h66 #define PPC_LI64(d, i) do { \ macro
88 #define PPC_LI_ADDR PPC_LI64
97 #define PPC_LI64(d, i) BUILD_BUG() macro
H A Dbpf_jit_comp64.c252 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel()
272 PPC_LI64(bpf_to_ppc(TMP_REG_2), func); in bpf_jit_emit_func_call_rel()
285 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel()
803 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()
978 PPC_LI64(tmp2_reg, 0x8000000000000000ul); in bpf_jit_build_body()
980 PPC_LI64(tmp2_reg, PAGE_OFFSET); in bpf_jit_build_body()
1050 PPC_LI64(dst_reg, imm64); in bpf_jit_build_body()
H A Dbpf_jit_comp.c469 PPC_LI64(_R3, l->cookie); in invoke_bpf_prog()