Searched refs:dst_lo (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/x86/net/ |
A D | bpf_jit_comp32.c | 167 #define dst_lo dst[0] macro 328 STACK_VAR(dst_lo)); in emit_ia32_to_le_r64() 357 STACK_VAR(dst_lo)); in emit_ia32_to_le_r64() 376 STACK_VAR(dst_lo)); in emit_ia32_to_be_r64() 423 STACK_VAR(dst_lo)); in emit_ia32_to_be_r64() 707 STACK_VAR(dst_lo)); in emit_ia32_neg64() 722 STACK_VAR(dst_lo)); in emit_ia32_neg64() 741 STACK_VAR(dst_lo)); in emit_ia32_lsh_r64() 774 STACK_VAR(dst_lo)); in emit_ia32_lsh_r64() 794 STACK_VAR(dst_lo)); in emit_ia32_arsh_r64() [all …]
|
/linux-6.3-rc2/arch/arm/net/ |
A D | bpf_jit_32.c | 179 #define dst_lo dst[1] macro 621 const s8 *rd = is_stacked(dst_lo) ? tmp : dst; in emit_a32_mov_i64() 761 emit_a32_mov_r(dst_lo, src_lo, ctx); in emit_a32_mov_r64() 768 emit_a32_mov_r(dst_lo, src_lo, ctx); in emit_a32_mov_r64() 777 } else if (is_stacked(dst_lo)) { in emit_a32_mov_r64() 848 arm_bpf_put_reg32(dst_lo, ARM_LR, ctx); in emit_a32_lsh_r64() 873 arm_bpf_put_reg32(dst_lo, ARM_LR, ctx); in emit_a32_arsh_r64() 897 arm_bpf_put_reg32(dst_lo, ARM_LR, ctx); in emit_a32_rsh_r64() 1005 arm_bpf_put_reg32(dst_lo, ARM_IP, ctx); in emit_a32_mul_r64() 1068 const s8 *rd = is_stacked(dst_lo) ? tmp : dst; in emit_ldx_r() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/bpf/ |
A D | jit.c | 1504 swreg multiplier, multiplicand, dst_hi, dst_lo; in wrp_mul() local 1512 dst_lo = reg_both(dst_reg * 2); in wrp_mul() 2762 swreg dst_lo, dst_hi, src_lo, src_mid; in mem_ldx_data_from_pktcache_unaligned() local 2769 dst_lo = reg_both(dst_gpr); in mem_ldx_data_from_pktcache_unaligned() 2783 wrp_reg_subpart(nfp_prog, dst_lo, src_lo, len_lo, off); in mem_ldx_data_from_pktcache_unaligned() 2798 wrp_reg_or_subpart(nfp_prog, dst_lo, src_mid, in mem_ldx_data_from_pktcache_unaligned() 2814 swreg dst_lo, dst_hi, src_lo; in mem_ldx_data_from_pktcache_aligned() local 2820 dst_lo = reg_both(dst_gpr); in mem_ldx_data_from_pktcache_aligned() 2824 wrp_reg_subpart(nfp_prog, dst_lo, src_lo, size, 0); in mem_ldx_data_from_pktcache_aligned() 2827 wrp_mov(nfp_prog, dst_lo, src_lo); in mem_ldx_data_from_pktcache_aligned() [all …]
|
/linux-6.3-rc2/drivers/dma/ptdma/ |
A D | ptdma.h | 303 u32 dst_lo; member
|
A D | ptdma-dev.c | 113 desc.dst_lo = lower_32_bits(pt_engine->dst_dma); in pt_core_perform_passthru()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_seg6_loop.c | 27 unsigned long long dst_lo; member
|
A D | test_lwt_seg6local.c | 27 unsigned long long dst_lo; member
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | ccp-dev.h | 600 u32 dst_lo; /* NON-SHA */ member
|
A D | ccp-dev-v5.c | 182 #define CCP5_CMD_DST_LO(p) (CCP5_CMD_DW4(p).dst_lo)
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_hsi.h | 4120 __le16 dst_lo; member 4122 __le16 dst_lo; 4143 __le16 dst_lo; member
|
A D | bnx2x_cmn.c | 3993 &pbd_e2->data.mac_addr.dst_lo, in bnx2x_start_xmit() 4000 &pbd_e2->data.mac_addr.dst_lo, in bnx2x_start_xmit() 4150 pbd_e2->data.mac_addr.dst_lo, in bnx2x_start_xmit()
|
Completed in 69 milliseconds