Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 25 of 29) sorted by relevance

12

/qemu/pc-bios/s390-ccw/
H A Dcio.h55 u16 mbi;
65 u16 flags;
66 u16 ctrl;
70 u16 count;
133 u16 sch_id;
135 u16 sch_no;
139 u16 length;
140 u16 code;
185 u16 count;
192 u16 count;
[all …]
H A Ds390-ccw.h17 typedef unsigned short u16; typedef
/qemu/tests/unit/
H A Dtest-opts-visitor.c101 uint16List *u16; in test_value() local
124 for (u16 = f->userdef->u16; u16 != NULL; u16 = u16->next) { in test_value()
125 g_assert(u16->value < 64); in test_value()
126 bitval = 1ull << u16->value; in test_value()
H A Dtest-visitor-serialization.c50 uint16_t u16; member
114 visit_type_uint16(v, NULL, &pt->value.u16, errp); in visit_primitive_type()
325 g_assert_cmpuint(pt->value.u16, ==, pt_copy->value.u16); in test_primitives()
400 QAPI_LIST_PREPEND(pl.value.u16_integers, pt->value.u16); in test_primitive_lists()
520 g_assert_cmpint(pt->value.u16, ==, ptr->value); in test_primitive_lists()
771 .value.u16 = 1,
776 .value.u16 = UINT16_MAX / 2 + 1,
781 .value.u16 = 0,
786 .value.u16 = UINT16_MAX,
H A Dtest-qobject-output-visitor.c529 QAPI_LIST_PREPEND(arrs->u16, i); in test_visitor_out_list_struct()
/qemu/accel/tcg/
H A Dtcg-accel-ops-icount.c114 g_assert(cpu->neg.icount_decr.u16.low == 0); in icount_prepare_for_run()
121 cpu->neg.icount_decr.u16.low = insns_left; in icount_prepare_for_run()
141 cpu->neg.icount_decr.u16.low = 0; in icount_process_data()
H A Dcpu-exec.c77 cpu_icount = cpu->icount_extra + cpu->neg.icount_decr.u16.low; in align_clocks()
128 = cpu->icount_extra + cpu->neg.icount_decr.u16.low; in init_delay_params()
721 && cpu->neg.icount_decr.u16.low + cpu->icount_extra == 0) { in cpu_handle_exception()
789 return cpu->neg.icount_decr.u16.low + cpu->icount_extra == 0; in icount_exit_request()
809 qatomic_set_mb(&cpu->neg.icount_decr.u16.high, 0); in cpu_handle_interrupt()
939 cpu->neg.icount_decr.u16.low = insns_left; in cpu_loop_exec_tb()
H A Dtcg-accel-ops.c104 qatomic_set(&cpu->neg.icount_decr.u16.high, -1); in tcg_handle_interrupt()
H A Dtranslate-all.c218 cpu->neg.icount_decr.u16.low += insns_left; in cpu_restore_state_from_tb()
624 cpu->neg.icount_decr.u16.low++; in cpu_io_recompile()
H A Dicount-common.c75 (cpu->neg.icount_decr.u16.low + cpu->icount_extra)); in icount_get_executed()
H A Dtranslator.c80 offsetof(ArchCPU, parent_obj.neg.icount_decr.u16.low) in gen_tb_start()
H A Duser-exec.c46 qatomic_set(&cpu->neg.icount_decr.u16.high, -1); in cpu_interrupt()
/qemu/hw/net/
H A Dvmxnet3.h32 #define u16 uint16_t macro
127 u16 hashType;
128 u16 hashFunc;
129 u16 hashKeySize;
130 u16 indTableSize;
798 #undef u16
/qemu/target/ppc/
H A Dint_helper.c611 VABSDU(VABSDUH, u16)
639 VCMPNEZ(VCMPNEZH, u16)
969 VMRG(h, u16, VsrH) in VMRG()
1046 prod[i] = a->u16[i] * b->u16[i]; in helper_VMSUMUHM()
1062 prod[i] = a->u16[i] * b->u16[i]; in helper_VMSUMUHS()
1519 VPK(uhum, u16, u8, I, 0)
1520 VPK(uwum, u32, u16, I, 0)
1779 VEXTRACT(uh, u16)
2079 VGENERIC_DO(clzh, u16)
2090 VGENERIC_DO(ctzh, u16)
[all …]
H A Dmem_helper.c408 LVE(lvehx, cpu_lduw_data_ra, bswap16, u16) in LVE()
436 STVE(stvehx, cpu_stw_data_ra, bswap16, u16)
H A Dcpu.h329 uint16_t u16[8]; member
2884 #define VsrH(i) u16[i]
2896 #define VsrH(i) u16[7 - (i)]
/qemu/linux-user/
H A Dfd-trans.c485 uint16_t *u16; in host_to_target_data_bridge_nlattr() local
519 u16 = NLA_DATA(nlattr); in host_to_target_data_bridge_nlattr()
520 *u16 = tswap16(*u16); in host_to_target_data_bridge_nlattr()
571 uint16_t *u16; in host_to_target_slave_data_bridge_nlattr() local
606 u16 = NLA_DATA(nlattr); in host_to_target_slave_data_bridge_nlattr()
607 *u16 = tswap16(*u16); in host_to_target_slave_data_bridge_nlattr()
/qemu/tests/qapi-schema/
H A Dqapi-schema-test.json166 'u16': ['uint16'],
203 # -userdef i64=3-6,i64=-5--1,u64=2,u16=1,u16=7-12
211 '*u16' : [ 'uint16' ],
H A Dqapi-schema-test.out168 member u16: uint16List optional=False
213 member u16: uint16List optional=True
/qemu/hw/core/
H A Dcpu-common.c88 qatomic_set(&cpu->neg.icount_decr.u16.high, -1); in cpu_exit()
/qemu/qapi/
H A Daudio.json428 # @u16: unsigned 16 bit integer
441 'data': [ 'u8', 's8', 'u16', 's16', 'u32', 's32', 'f32' ] }
H A Dqom.json24 # 1) A primitive type such as 'u8', 'u16', 'bool', 'str', or
103 # All integer property types (u8, u16, etc) are returned as #int.
/qemu/include/hw/core/
H A Dcpu.h345 } u16; member
/qemu/target/hexagon/imported/
H A Dldst.idef350 Q6INSN(L2_##TAG##gp, OPER"(gp+#u16:"SHFT")", ATTRIB,DESCR,{fIMMEXT(uiV); fEA_GPI(uiV); SEMANTICS;…
362 Q6INSN(S2_##TAG##gp, OPER"(gp+#u16:"SHFT")="DEST, ATTRIB,DESCR,{fIMMEXT(uiV); fEA_GPI(uiV); SEMANTI…
H A Dalu.idef306 Q6INSN(A2_tfril,"Rx.L32=#u16",ATTRIBS(),
309 Q6INSN(A2_tfrih,"Rx.H32=#u16",ATTRIBS(),

12