/Linux-v4.19/arch/x86/net/ |
D | bpf_jit_comp32.c | 165 #define dst_hi dst[1] macro 259 emit_ia32_mov_r(dst_hi, src_hi, dstk, sstk, pprog); in emit_ia32_mov_r64() 262 emit_ia32_mov_i(dst_hi, 0, dstk, pprog); in emit_ia32_mov_r64() 274 emit_ia32_mov_i(dst_hi, hi, dstk, pprog); in emit_ia32_mov_i64() 319 u8 dreg_hi = dstk ? IA32_EDX : dst_hi; in emit_ia32_to_le_r64() 325 STACK_VAR(dst_hi)); in emit_ia32_to_le_r64() 353 STACK_VAR(dst_hi)); in emit_ia32_to_le_r64() 364 u8 dreg_hi = dstk ? IA32_EDX : dst_hi; in emit_ia32_to_be_r64() 370 STACK_VAR(dst_hi)); in emit_ia32_to_be_r64() 416 STACK_VAR(dst_hi)); in emit_ia32_to_be_r64() [all …]
|
/Linux-v4.19/arch/arm/net/ |
D | bpf_jit_32.c | 171 #define dst_hi dst[0] macro 762 emit_a32_mov_i(dst_hi, 0, ctx); in emit_a32_mov_r64() 767 emit_a32_mov_r(dst_hi, src_hi, ctx); in emit_a32_mov_r64() 844 arm_bpf_put_reg32(dst_hi, ARM_IP, ctx); in emit_a32_lsh_r64() 869 arm_bpf_put_reg32(dst_hi, ARM_IP, ctx); in emit_a32_arsh_r64() 893 arm_bpf_put_reg32(dst_hi, ARM_IP, ctx); in emit_a32_rsh_r64() 993 arm_bpf_put_reg32(dst_hi, rd[0], ctx); in emit_a32_mul_r64() 1429 emit_a32_mov_i(dst_hi, 0, ctx); in build_insn() 1444 emit_a32_mov_i(dst_hi, 0, ctx); in build_insn() 1479 emit_a32_mov_i(dst_hi, 0, ctx); in build_insn()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 1439 wrp_mul_u32(struct nfp_prog *nfp_prog, swreg dst_hi, swreg dst_lo, swreg lreg, in wrp_mul_u32() argument 1449 emit_mul(nfp_prog, dst_hi, MUL_TYPE_STEP_32x32, MUL_LAST_2, in wrp_mul_u32() 1452 wrp_immed(nfp_prog, dst_hi, 0); in wrp_mul_u32() 1456 wrp_mul_u16(struct nfp_prog *nfp_prog, swreg dst_hi, swreg dst_lo, swreg lreg, in wrp_mul_u16() argument 1469 swreg multiplier, multiplicand, dst_hi, dst_lo; in wrp_mul() local 1476 dst_hi = reg_both(dst_reg * 2 + 1); in wrp_mul() 1489 wrp_mul_u32(nfp_prog, dst_hi, dst_lo, multiplicand, multiplier, in wrp_mul() 1492 wrp_mul_u16(nfp_prog, dst_hi, dst_lo, multiplicand, multiplier); in wrp_mul() 2609 swreg dst_lo, dst_hi, src_lo, src_mid; in mem_ldx_data_from_pktcache_unaligned() local 2615 dst_hi = reg_both(dst_gpr + 1); in mem_ldx_data_from_pktcache_unaligned() [all …]
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-dev.h | 607 unsigned int dst_hi:16; member
|
D | ccp-dev-v5.c | 189 #define CCP5_CMD_DW5(p) ((p)->dw5.fields.dst_hi)
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_lwt_seg6local.c | 37 unsigned long long dst_hi; member
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_hsi.h | 4119 __le16 dst_hi; member 4121 __le16 dst_hi; member 4137 __le16 dst_hi; member
|
D | bnx2x_cmn.c | 3983 bnx2x_set_fw_mac_addr(&pbd_e2->data.mac_addr.dst_hi, in bnx2x_start_xmit() 3990 &pbd_e2->data.mac_addr.dst_hi, in bnx2x_start_xmit() 4140 pbd_e2->data.mac_addr.dst_hi, in bnx2x_start_xmit()
|