Home
last modified time | relevance | path

Searched refs:rf (Results 1 – 25 of 33) sorted by relevance

12

/qemu/target/mips/tcg/
A Dmsa.decode240 FCLASS 011110 110010000 . ..... ..... 011110 @2rf
241 FTRUNC_S 011110 110010001 . ..... ..... 011110 @2rf
242 FTRUNC_U 011110 110010010 . ..... ..... 011110 @2rf
243 FSQRT 011110 110010011 . ..... ..... 011110 @2rf
244 FRSQRT 011110 110010100 . ..... ..... 011110 @2rf
245 FRCP 011110 110010101 . ..... ..... 011110 @2rf
246 FRINT 011110 110010110 . ..... ..... 011110 @2rf
247 FLOG2 011110 110010111 . ..... ..... 011110 @2rf
248 FEXUPL 011110 110011000 . ..... ..... 011110 @2rf
249 FEXUPR 011110 110011001 . ..... ..... 011110 @2rf
[all …]
/qemu/hw/display/
A Dvirtio-gpu.c500 virtio_gpu_bswap_32(&rf, sizeof(rf)); in virtio_gpu_resource_flush()
502 rf.r.width, rf.r.height, rf.r.x, rf.r.y); in virtio_gpu_resource_flush()
515 rf.r.x + rf.r.width >= scanout->x && in virtio_gpu_resource_flush()
517 rf.r.y + rf.r.height >= scanout->y) { in virtio_gpu_resource_flush()
534 __func__, rf.resource_id, rf.r.x, rf.r.y, in virtio_gpu_resource_flush()
535 rf.r.width, rf.r.height); in virtio_gpu_resource_flush()
546 rf.r.x + rf.r.width > res->width || in virtio_gpu_resource_flush()
547 rf.r.y + rf.r.height > res->height)) { in virtio_gpu_resource_flush()
550 __func__, rf.resource_id, rf.r.x, rf.r.y, in virtio_gpu_resource_flush()
551 rf.r.width, rf.r.height, res->width, res->height); in virtio_gpu_resource_flush()
[all …]
A Dvirtio-gpu-virgl.c384 struct virtio_gpu_resource_flush rf; in virgl_cmd_resource_flush() local
387 VIRTIO_GPU_FILL_CMD(rf); in virgl_cmd_resource_flush()
388 trace_virtio_gpu_cmd_res_flush(rf.resource_id, in virgl_cmd_resource_flush()
389 rf.r.width, rf.r.height, rf.r.x, rf.r.y); in virgl_cmd_resource_flush()
392 if (g->parent_obj.scanout[i].resource_id != rf.resource_id) { in virgl_cmd_resource_flush()
395 virtio_gpu_rect_update(g, i, rf.r.x, rf.r.y, rf.r.width, rf.r.height); in virgl_cmd_resource_flush()
A Dvirtio-gpu-rutabaga.c243 struct virtio_gpu_resource_flush rf; in rutabaga_cmd_resource_flush() local
252 VIRTIO_GPU_FILL_CMD(rf); in rutabaga_cmd_resource_flush()
253 trace_virtio_gpu_cmd_res_flush(rf.resource_id, in rutabaga_cmd_resource_flush()
254 rf.r.width, rf.r.height, rf.r.x, rf.r.y); in rutabaga_cmd_resource_flush()
256 res = virtio_gpu_find_resource(g, rf.resource_id); in rutabaga_cmd_resource_flush()
282 rf.resource_id, &transfer, in rutabaga_cmd_resource_flush()
/qemu/scripts/
A Dupdate-linux-headers.sh125 rm -rf "$hdrdir"
128 rm -rf "$output/linux-headers/asm-$arch"
152 rm -rf "$output/include/standard-headers/asm-$arch"
199 rm -rf "$output/linux-headers/linux"
207 rm -rf "$output/linux-headers/asm-generic"
247 rm -rf "$output/include/standard-headers/linux"
280 rm -rf "$tmpdir"
A Darchive-source.sh38 rm -rf "$sub_tdir"
A Dmake-release55 rm -rf ${destination}
/qemu/contrib/vhost-user-gpu/
A Dvhost-user-gpu.c759 VUGPU_FILL_CMD(rf); in vg_resource_flush()
760 virtio_gpu_bswap_32(&rf, sizeof(rf)); in vg_resource_flush()
770 if (rf.r.x > res->width || in vg_resource_flush()
771 rf.r.y > res->height || in vg_resource_flush()
772 rf.r.width > res->width || in vg_resource_flush()
773 rf.r.height > res->height || in vg_resource_flush()
774 rf.r.x + rf.r.width > res->width || in vg_resource_flush()
775 rf.r.y + rf.r.height > res->height) { in vg_resource_flush()
778 __func__, rf.resource_id, rf.r.x, rf.r.y, in vg_resource_flush()
779 rf.r.width, rf.r.height, res->width, res->height); in vg_resource_flush()
[all …]
A Dvirgl.c433 struct virtio_gpu_resource_flush rf; in virgl_cmd_resource_flush() local
436 VUGPU_FILL_CMD(rf); in virgl_cmd_resource_flush()
439 if (!rf.resource_id) { in virgl_cmd_resource_flush()
444 if (g->scanout[i].resource_id != rf.resource_id) { in virgl_cmd_resource_flush()
451 .payload.update.x = rf.r.x, in virgl_cmd_resource_flush()
452 .payload.update.y = rf.r.y, in virgl_cmd_resource_flush()
453 .payload.update.width = rf.r.width, in virgl_cmd_resource_flush()
454 .payload.update.height = rf.r.height in virgl_cmd_resource_flush()
/qemu/
A DMakefile63 x := $(shell rm -rf meson-private meson-info meson-logs)
67 x := $(shell rm -rf meson-private meson-info meson-logs)
73 x := $(shell rm -rf meson-private meson-info meson-logs)
77 x := $(shell rm -rf meson-private meson-info meson-logs)
/qemu/python/
A DMakefile130 rm -rf qemu.egg-info/ .eggs/ dist/
131 rm -rf $(QEMU_VENV_DIR) $(QEMU_MINVENV_DIR) .tox/
133 rm -rf htmlcov/
/qemu/include/hw/xtensa/
A Dxtensa-isa.h647 const char *xtensa_regfile_name(xtensa_isa isa, xtensa_regfile rf);
649 const char *xtensa_regfile_shortname(xtensa_isa isa, xtensa_regfile rf);
658 xtensa_regfile xtensa_regfile_view_parent(xtensa_isa isa, xtensa_regfile rf);
666 int xtensa_regfile_num_bits(xtensa_isa isa, xtensa_regfile rf);
674 int xtensa_regfile_num_entries(xtensa_isa isa, xtensa_regfile rf);
/qemu/tests/qemu-iotests/sample_images/
A Dparallels-with-bitmap.sh27 rm -rf $DIR
51 rm -rf $DIR
/qemu/scripts/oss-fuzz/
A Dbuild.sh92 rm -rf $DEST_DIR/qemu-bundle/opt/qemu-oss-fuzz/bin
93 rm -rf $DEST_DIR/qemu-bundle/opt/qemu-oss-fuzz/libexec
/qemu/target/xtensa/
A Dxtensa-isa.c1382 CHECK_REGFILE(intisa, rf, NULL); in xtensa_regfile_name()
1383 return intisa->regfiles[rf].name; in xtensa_regfile_name()
1391 CHECK_REGFILE(intisa, rf, NULL); in xtensa_regfile_shortname()
1392 return intisa->regfiles[rf].shortname; in xtensa_regfile_shortname()
1400 CHECK_REGFILE(intisa, rf, XTENSA_UNDEFINED); in xtensa_regfile_view_parent()
1401 return intisa->regfiles[rf].parent; in xtensa_regfile_view_parent()
1405 int xtensa_regfile_num_bits(xtensa_isa isa, xtensa_regfile rf) in xtensa_regfile_num_bits() argument
1409 CHECK_REGFILE(intisa, rf, XTENSA_UNDEFINED); in xtensa_regfile_num_bits()
1410 return intisa->regfiles[rf].num_bits; in xtensa_regfile_num_bits()
1418 CHECK_REGFILE(intisa, rf, XTENSA_UNDEFINED); in xtensa_regfile_num_entries()
[all …]
/qemu/net/
A Dfilter-rewriter.c71 static int handle_primary_tcp_pkt(RewriterState *rf, in handle_primary_tcp_pkt() argument
126 g_hash_table_remove(rf->connection_track_table, key); in handle_primary_tcp_pkt()
169 g_hash_table_remove(rf->connection_track_table, key); in handle_primary_tcp_pkt()
177 static int handle_secondary_tcp_pkt(RewriterState *rf, in handle_secondary_tcp_pkt() argument
/qemu/scripts/coverity-scan/
A Drun-coverity-scan141 rm -rf coverity_tool coverity_tool.tgz
409 rm -rf +build
434 rm -rf cov-int
/qemu/disas/
A Dxtensa.c109 xtensa_regfile rf = xtensa_operand_regfile(isa, opc, opnd); in print_insn_xtensa() local
112 xtensa_regfile_shortname(isa, rf), v); in print_insn_xtensa()
/qemu/roms/
A DMakefile198 rm -rf seabios/.config seabios/out seabios/builds
201 rm -rf edk2/Conf/{.cache,BuildEnv.sh,build_rule.txt,target.txt,tools_def.txt}
203 rm -rf u-boot/build-e500
206 rm -rf Build
/qemu/tests/docker/
A Dcommon.rc90 rm -rf $PWD/=destdir
/qemu/tests/migration/i386/
A DMakefile23 @rm -rf *.boot *.o *.bootsect
/qemu/tests/tcg/mips/user/isa/r5900/
A DMakefile32 $(RM) -rf $(TESTCASES)
/qemu/tests/migration/s390x/
A DMakefile24 @rm -rf *.elf *.o
/qemu/.gitlab-ci.d/opensbi/
A DDockerfile22 rm -rf /var/lib/apt/lists/*
/qemu/tests/uefi-test-tools/
A DMakefile104 rm -rf Build Conf log

Completed in 30 milliseconds

12