Searched refs:PPC_LI64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit.h | 59 #define PPC_LI64(d, i) do { \ macro 83 #define PPC_FUNC_ADDR(d,i) do { PPC_LI64(d, i); } while(0)
|
H A D | bpf_jit_comp64.c | 171 PPC_LI64(b2p[TMP_REG_2], func); in bpf_jit_emit_func_call_hlp() 197 PPC_LI64(12, func); in bpf_jit_emit_func_call_rel() 200 * until the last extra pass. As seen above, we use PPC_LI64() to in bpf_jit_emit_func_call_rel() 205 * we pad the optimized PPC_LI64() call with NOPs to guarantee that in bpf_jit_emit_func_call_rel() 207 * that PPC_LI64() can emit. in bpf_jit_emit_func_call_rel() 712 PPC_LI64(12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body() 820 PPC_LI64(dst_reg, imm64); in bpf_jit_build_body()
|
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 254 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel() 257 * until the last extra pass. As seen above, we use PPC_LI64() to in bpf_jit_emit_func_call_rel() 262 * we pad the optimized PPC_LI64() call with NOPs to guarantee that in bpf_jit_emit_func_call_rel() 264 * that PPC_LI64() can emit. in bpf_jit_emit_func_call_rel() 746 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body() 903 PPC_LI64(tmp2_reg, 0x8000000000000000ul); in bpf_jit_build_body() 905 PPC_LI64(tmp2_reg, PAGE_OFFSET); in bpf_jit_build_body() 958 PPC_LI64(dst_reg, imm64); in bpf_jit_build_body()
|
H A D | bpf_jit.h | 65 #define PPC_LI64(d, i) do { \ macro
|
Completed in 4 milliseconds