Searched refs:dtype (Results 1 – 9 of 9) sorted by relevance
| /qemu/hw/net/ |
| A D | vmxnet3.h | 234 u32 dtype:1; /* descriptor type */ member 242 u32 dtype:1; /* descriptor type */ 342 u32 dtype:1; /* Descriptor type */ member 348 u32 dtype:1; /* Descriptor type */
|
| A D | e1000.c | 644 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in process_tx_desc() local 652 if (dtype == E1000_TXD_CMD_DEXT) { /* context descriptor */ in process_tx_desc() 662 } else if (dtype == (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D)) { in process_tx_desc()
|
| A D | e1000e_core.c | 694 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in e1000e_process_tx_desc() local 700 if (dtype == E1000_TXD_CMD_DEXT) { /* context descriptor */ in e1000e_process_tx_desc() 704 } else if (dtype == (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D)) { in e1000e_process_tx_desc()
|
| A D | vmxnet3.c | 216 descr->dtype, descr->ext1, descr->msscof, descr->hlen, descr->om, in vmxnet3_dump_tx_descr() 235 descr->rsvd, descr->dtype, descr->ext1, descr->btype); in vmxnet3_dump_rx_descr()
|
| /qemu/target/arm/tcg/ |
| A D | translate-sve.c | 92 static const uint8_t dtype[4] = { 0, 5, 10, 15 }; in msz_dtype() local 93 return dtype[msz]; in msz_dtype() 4533 int elements = vsz >> dtype_esz[a->dtype]; in trans_LD_zpri() 4538 << dtype_msz(a->dtype)); in trans_LD_zpri() 4802 int msz = dtype_msz(a->dtype); in trans_LD1RQ_zprr() 4806 do_ldrq(s, a->rd, a->pg, addr, a->dtype); in trans_LD1RQ_zprr() 4819 do_ldrq(s, a->rd, a->pg, addr, a->dtype); in trans_LD1RQ_zpri() 4902 do_ldro(s, a->rd, a->pg, addr, a->dtype); in trans_LD1RO_zprr() 4916 do_ldro(s, a->rd, a->pg, addr, a->dtype); in trans_LD1RO_zpri() 4926 unsigned esz = dtype_esz[a->dtype]; in trans_LD1R_zpri() [all …]
|
| A D | sve.decode | 53 # Unsigned load of msz into esz=2, represented as a dtype. 86 &rprr_load rd pg rn rm dtype nreg 87 &rpri_load rd pg rn imm dtype nreg 222 @rprr_load_dt ....... dtype:4 rm:5 ... pg:3 rn:5 rd:5 &rprr_load 223 @rpri_load_dt ....... dtype:4 . imm:s4 ... pg:3 rn:5 rd:5 &rpri_load 226 &rprr_load dtype=%msz_dtype 228 &rpri_load dtype=%msz_dtype 1135 &rpri_load dtype=%dtype_23_13 nreg=0
|
| A D | translate-a64.c | 9067 int rd, int rn, int dtype, int ntype) in handle_fp_fcvt() argument 9073 if (dtype == 1) { in handle_fp_fcvt() 9094 if (dtype == 0) { in handle_fp_fcvt() 9113 if (dtype == 0) { in handle_fp_fcvt() 9153 int dtype = extract32(opcode, 0, 2); in disas_fp_1src() local 9154 if (type == 2 || dtype == type) { in disas_fp_1src() 9161 handle_fp_fcvt(s, opcode, rd, rn, dtype, type); in disas_fp_1src()
|
| /qemu/scripts/ |
| A D | analyze-migration.py | 402 self.dtype = '<i%d' % self.size
|
| /qemu/hw/nvme/ |
| A D | ctrl.c | 3686 uint8_t dtype = (dw12 >> 20) & 0xf; in nvme_do_write_fdp() local 3691 if (dtype != NVME_DIRECTIVE_DATA_PLACEMENT || in nvme_do_write_fdp() 7196 uint8_t doper, dtype; in nvme_directive_receive() local 7205 dtype = (dw11 >> 8) & 0xff; in nvme_directive_receive() 7209 if (nsid == NVME_NSID_BROADCAST || dtype != NVME_DIRECTIVE_IDENTIFY || in nvme_directive_receive() 7219 switch (dtype) { in nvme_directive_receive()
|
Completed in 83 milliseconds