Searched refs:CHECK (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/display/ |
H A D | virtio-gpu-rutabaga.c | 100 CHECK(!result, cmd); in rutabaga_cmd_create_resource_2d() 139 CHECK(!result, cmd); in rutabaga_cmd_create_resource_3d() 189 CHECK(res, cmd); in rutabaga_cmd_resource_unref() 257 CHECK(res, cmd); in rutabaga_cmd_resource_flush() 315 CHECK(res, cmd); in rutabaga_cmd_set_scanout() 464 CHECK(res, cmd); in rutabaga_cmd_attach_backing() 469 CHECK(!ret, cmd); in rutabaga_cmd_attach_backing() 480 CHECK(!ret, cmd); in rutabaga_cmd_attach_backing() 495 CHECK(res, cmd); in rutabaga_cmd_detach_backing() 664 CHECK(res, cmd); in rutabaga_cmd_resource_map_blob() [all …]
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvvk.c.inc | 24 #define GEN_VV_MASKED_TRANS(NAME, CHECK) \ 27 if (CHECK(s, a)) { \ 44 #define GEN_VX_MASKED_TRANS(NAME, CHECK) \ 47 if (CHECK(s, a)) { \ 68 #define GEN_OPIVI_GVEC_TRANS_CHECK(NAME, IMM_MODE, OPIVX, SUF, CHECK) \ 71 if (CHECK(s, a)) { \ 84 #define GEN_OPIVV_GVEC_TRANS_CHECK(NAME, SUF, CHECK) \ 87 if (CHECK(s, a)) { \ 99 #define GEN_OPIVX_GVEC_SHIFT_TRANS_CHECK(NAME, SUF, CHECK) \ 102 if (CHECK(s, a)) { \ [all …]
|
H A D | trans_rvv.c.inc | 604 #define GEN_VEXT_TRANS(NAME, EEW, ARGTYPE, OP, CHECK) \ 607 if (CHECK(s, a, EEW)) { \ 1498 #define GEN_OPIVV_WIDEN_TRANS(NAME, CHECK) \ 1506 return do_opivv_widen(s, a, fns[s->sew], CHECK); \ 1522 #define GEN_OPIVX_WIDEN_TRANS(NAME, CHECK) \ 2303 #define GEN_OPFVF_TRANS(NAME, CHECK) \ 2306 if (CHECK(s, a)) { \ 2341 #define GEN_OPFVV_WIDEN_TRANS(NAME, CHECK) \ 2344 if (CHECK(s, a)) { \ 2550 #define GEN_OPFV_TRANS(NAME, CHECK, FRM) \ [all …]
|
/qemu/scripts/ |
H A D | qemu-binfmt-conf.sh | 338 CHECK=qemu_check_bintfmt_misc 358 CHECK=qemu_check_debian 363 CHECK=qemu_check_systemd 419 $CHECK
|
/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-checks.out | 3 == TEST OUT OF IMAGE CHECK == 13 == TEST LEAK CHECK == 35 == TEST DUPLICATION CHECK == 105 == TEST DATA_OFF CHECK ==
|
/qemu/docs/interop/ |
H A D | pr-helper.rst | 78 it is only valid if the SCSI status is CHECK CONDITION (0x02).
|
/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 2393 #define DO_VFP_2OP(INSN, PREC, FN, CHECK) \ argument 2397 if (!dc_isar_feature(CHECK, s)) { \
|