Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 222) sorted by relevance

123456789

/qemu/pc-bios/s390-ccw/
H A Dnetboot.mak4 NETOBJS := start.o sclp.o cio.o virtio.o virtio-net.o jump2ipl.o netmain.o
24 CTYPE_OBJS = isdigit.o isxdigit.o toupper.o
28 STRING_OBJS = strcat.o strchr.o strrchr.o strcpy.o strlen.o strncpy.o \
29 strcmp.o strncmp.o strcasecmp.o strncasecmp.o strstr.o \
30 memset.o memcpy.o memmove.o memcmp.o
34 STDLIB_OBJS = atoi.o atol.o strtoul.o strtol.o rand.o malloc.o free.o
38 STDIO_OBJS = sprintf.o snprintf.o vfprintf.o vsnprintf.o vsprintf.o fprintf.o \
39 printf.o putc.o puts.o putchar.o stdchnls.o fileno.o
43 sbrk.o: $(SLOF_DIR)/slof/sbrk.c
53 LIBNETOBJS := args.o dhcp.o dns.o icmpv6.o ipv6.o tcp.o udp.o bootp.o \
[all …]
H A DMakefile25 %.o: %.c
29 %.o: %.S
35 OBJECTS = start.o main.o bootmap.o jump2ipl.o sclp.o menu.o \
36 virtio.o virtio-scsi.o virtio-blkdev.o libc.o cio.o dasd-ipl.o
73 -include $(ALL_OBJS:%.o=%.d)
76 rm -f *.o *.d *.img *.elf *~ *.a
/qemu/target/s390x/tcg/
H A Dtranslate.c1210 tcg_gen_add_i64(o->out, o->in1, o->in2); in op_add()
1245 tcg_gen_add_i64(o->out, o->in1, o->in2); in op_addc32()
1275 tcg_gen_add_i64(o->out, o->in1, o->in2); in op_asi()
1326 tcg_gen_and_i64(o->out, o->in1, o->in2); in op_and()
1355 tcg_gen_orc_i64(o->out, o->in1, o->in2); in op_orc()
1367 tcg_gen_nor_i64(o->out, o->in1, o->in2); in op_nor()
1373 tcg_gen_eqv_i64(o->out, o->in1, o->in2); in op_nxor()
1390 tcg_gen_and_i64(o->out, o->in1, o->in2); in op_ni()
2651 tcg_gen_or_i64(o->out, o->in1, o->in2); in op_lao()
3347 tcg_gen_mulu2_i64(o->out2, o->out, o->in1, o->in2); in op_mul128()
[all …]
H A Dtranslate_vx.c.inc331 tcg_gen_add_i64(o->addr1, o->addr1, tmp);
332 gen_addi_and_wrap_i64(s, o->addr1, o->addr1, 0);
406 gen_addi_and_wrap_i64(s, o->addr1, o->addr1, 8);
522 gen_addi_and_wrap_i64(s, o->addr1, o->addr1, 8);
599 gen_addi_and_wrap_i64(s, o->addr1, o->addr1, 8);
814 tcg_gen_addi_i64(o->in2, o->in2, 1);
816 gen_helper_vll(tcg_env, a0, o->addr1, o->in2);
1008 tcg_gen_add_i64(o->addr1, o->addr1, tmp);
1009 gen_addi_and_wrap_i64(s, o->addr1, o->addr1, 0);
1238 tcg_gen_addi_i64(o->in2, o->in2, 1);
[all …]
/qemu/hw/remote/
H A Dvfio-user-obj.c255 o->vfu_poll_fd = vfu_get_poll_fd(o->vfu_ctx); in vfu_object_attach_ctx()
593 o->default_msi_trigger = o->pci_dev->msi_trigger; in vfu_object_setup_msi_cbs()
604 o->pci_dev->msi_trigger = o->default_msi_trigger; in vfu_object_restore_msi_cbs()
630 VFU_OBJECT_ERROR(o, "vfu: %s: %s", o->device, in vfu_msi_irq_state()
734 if (o->vfu_ctx || !o->socket || !o->device || in vfu_object_init_ctx()
739 if (o->err) { in vfu_object_init_ctx()
803 vfu_object_register_bars(o->vfu_ctx, o->pci_dev); in vfu_object_init_ctx()
805 ret = vfu_object_setup_irqs(o, o->pci_dev); in vfu_object_init_ctx()
825 o->vfu_poll_fd = vfu_get_poll_fd(o->vfu_ctx); in vfu_object_init_ctx()
837 if (o->unplug_blocker && o->pci_dev) { in vfu_object_init_ctx()
[all …]
H A Dremote-obj.c68 o->fd = fd; in remote_object_set_fd()
75 g_free(o->devid); in remote_object_set_devid()
77 o->devid = g_strdup(str); in remote_object_set_devid()
85 if (o->dev == dev) { in remote_object_unrealize_listener()
86 object_unref(OBJECT(o)); in remote_object_unrealize_listener()
112 o->dev = dev; in remote_object_machine_done()
138 o->ioc = NULL; in remote_object_init()
139 o->fd = -1; in remote_object_init()
140 o->devid = NULL; in remote_object_init()
155 if (o->ioc) { in remote_object_finalize()
[all …]
/qemu/target/arm/tcg/
H A Dpauth_helper.c33 uint64_t o = 0; in pac_cell_shuffle() local
55 return o; in pac_cell_shuffle()
60 uint64_t o = 0; in pac_cell_inv_shuffle() local
82 return o; in pac_cell_inv_shuffle()
91 uint64_t o = 0; in pac_sub() local
97 return o; in pac_sub()
112 return o; in pac_sub1()
127 return o; in pac_inv_sub()
160 return o; in pac_mult()
192 return o; in tweak_shuffle()
[all …]
/qemu/tests/tcg/ppc64/
H A Dtest-aes.c13 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR() argument
21 : : "r"(o), "r"(i) : "memory", "v0", "v1"); in test_SB_SR()
35 bool test_MC(uint8_t *o, const uint8_t *i) in test_MC() argument
40 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() argument
47 : : "r"(o), "r"(i), "r"(k) : "memory", "v0", "v1"); in test_SB_SR_MC_AK()
57 : : "r"(o), "r"(i), "r"(k), "r"(bswap_le) in test_SB_SR_MC_AK()
63 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR() argument
71 : : "r"(o), "r"(i) : "memory", "v0", "v1"); in test_ISB_ISR()
85 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() argument
97 : : "r"(o), "r"(i), "r"(k) : "memory", "v0", "v1"); in test_ISB_ISR_AK_IMC()
[all …]
/qemu/hw/usb/
H A Ddev-mtp.c399 if (lstat(o->path, &o->stat) != 0) { in usb_mtp_object_alloc()
414 trace_usb_mtp_object_alloc(s->dev.addr, o->handle, o->path); in usb_mtp_object_alloc()
417 return o; in usb_mtp_object_alloc()
422 g_free(o); in usb_mtp_object_alloc()
430 if (!o) { in usb_mtp_object_free()
434 trace_usb_mtp_object_free(s->dev.addr, o->handle, o->path); in usb_mtp_object_free()
452 g_free(o); in usb_mtp_object_free()
457 MTPObject *o; in usb_mtp_object_lookup() local
525 MTPObject *o; in file_monitor_event() local
1595 if (o) { in usb_mtp_update_object()
[all …]
/qemu/backends/
H A Dhostmem-file.c97 static char *get_mem_path(Object *o, Error **errp) in get_mem_path() argument
106 HostMemoryBackend *backend = MEMORY_BACKEND(o); in set_mem_path()
111 object_get_typename(o)); in set_mem_path()
120 return MEMORY_BACKEND_FILE(o)->discard_data; in file_memory_backend_get_discard_data()
126 MEMORY_BACKEND_FILE(o)->discard_data = value; in file_memory_backend_set_discard_data()
143 HostMemoryBackend *backend = MEMORY_BACKEND(o); in file_memory_backend_set_align()
149 object_get_typename(o)); in file_memory_backend_set_align()
173 HostMemoryBackend *backend = MEMORY_BACKEND(o); in file_memory_backend_set_offset()
179 object_get_typename(o)); in file_memory_backend_set_offset()
192 return MEMORY_BACKEND_FILE(o)->is_pmem; in file_memory_backend_get_pmem()
[all …]
H A Dhostmem-memfd.c64 memfd_backend_get_hugetlb(Object *o, Error **errp) in memfd_backend_get_hugetlb() argument
66 return MEMORY_BACKEND_MEMFD(o)->hugetlb; in memfd_backend_get_hugetlb()
70 memfd_backend_set_hugetlb(Object *o, bool value, Error **errp) in memfd_backend_set_hugetlb() argument
72 MEMORY_BACKEND_MEMFD(o)->hugetlb = value; in memfd_backend_set_hugetlb()
109 memfd_backend_get_seal(Object *o, Error **errp) in memfd_backend_get_seal() argument
111 return MEMORY_BACKEND_MEMFD(o)->seal; in memfd_backend_get_seal()
115 memfd_backend_set_seal(Object *o, bool value, Error **errp) in memfd_backend_set_seal() argument
117 MEMORY_BACKEND_MEMFD(o)->seal = value; in memfd_backend_set_seal()
/qemu/tests/tcg/aarch64/
H A Dtest-aes.c5 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR() argument
12 : : "r"(o), "r"(i) : "v0", "v1", "memory"); in test_SB_SR()
16 bool test_MC(uint8_t *o, const uint8_t *i) in test_MC() argument
21 : : "r"(o), "r"(i) : "v0", "memory"); in test_MC()
25 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() argument
30 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR() argument
37 : : "r"(o), "r"(i) : "v0", "v1", "memory"); in test_ISB_ISR()
41 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() argument
46 : : "r"(o), "r"(i) : "v0", "memory"); in test_IMC()
50 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC() argument
[all …]
/qemu/tests/tcg/riscv64/
H A Dtest-aes.c5 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR() argument
7 uint64_t *o8 = (uint64_t *)o; in test_SB_SR()
17 bool test_MC(uint8_t *o, const uint8_t *i) in test_MC() argument
22 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() argument
24 uint64_t *o8 = (uint64_t *)o; in test_SB_SR_MC_AK()
38 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR() argument
40 uint64_t *o8 = (uint64_t *)o; in test_ISB_ISR()
50 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() argument
52 uint64_t *o8 = (uint64_t *)o; in test_IMC()
62 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC() argument
[all …]
/qemu/tests/tcg/i386/
H A Dtest-aes.c6 static bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR() argument
13 _mm_storeu_si128((__m128i_u *)o, vi); in test_SB_SR()
17 static bool test_MC(uint8_t *o, const uint8_t *i) in test_MC() argument
22 static bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() argument
29 _mm_storeu_si128((__m128i_u *)o, vi); in test_SB_SR_MC_AK()
33 static bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR() argument
40 _mm_storeu_si128((__m128i_u *)o, vi); in test_ISB_ISR()
44 static bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() argument
50 _mm_storeu_si128((__m128i_u *)o, vi); in test_IMC()
54 static bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC() argument
[all …]
H A Dtest-mmx.c104 #define LOADMM(r, o) "movq " #r ", " #o "[%0]\n\t" argument
105 #define LOADXMM(r, o) "movdqa " #r ", " #o "[%0]\n\t" argument
106 #define STOREMM(r, o) "movq " #o "[%1], " #r "\n\t" argument
107 #define STOREXMM(r, o) "movdqa " #o "[%1], " #r "\n\t" argument
126 #define LOADREG(r, o) "mov " #r ", " #o "[rax]\n\t" argument
127 #define STOREREG(r, o) "mov " #o "[rax], " #r "\n\t" argument
/qemu/tests/tcg/cris/libc/
H A Dcheck_addo.c9 #define cris_addo_b(o, v) \ argument
10 asm volatile ("addo.b\t[%0], %1, $acr\n" : : "r" (o), "r" (v) : "acr");
11 #define cris_addo_w(o, v) \ argument
12 asm volatile ("addo.w\t[%0], %1, $acr\n" : : "r" (o), "r" (v) : "acr");
13 #define cris_addo_d(o, v) \ argument
15 #define cris_addo_pi_b(o, v) \ argument
17 : "+b" (o): "r" (v) : "acr");
18 #define cris_addo_pi_w(o, v) \ argument
20 : "+b" (o): "r" (v) : "acr");
21 #define cris_addo_pi_d(o, v) \ argument
[all …]
/qemu/tests/multiboot/
H A DMakefile14 mmap.elf: start.o mmap.o libc.o link.ld
17 modules.elf: start.o modules.o libc.o link.ld
20 aout_kludge_%.bin: aout_kludge_%.o link.ld
23 .PRECIOUS: aout_kludge_%.o
24 aout_kludge_%.o: aout_kludge.S
27 %.o: %.c
30 %.o: %.S
/qemu/pc-bios/vof/
H A DMakefile14 %.o: %.S
17 %.o: %.c
20 vof.elf: entry.o main.o ci.o bootmem.o libc.o
27 rm -f *.o vof.bin vof.elf *~
/qemu/tests/qemu-iotests/
H A D049.out48 == 2. Specifying size via -o ==
50 qemu-img create -f qcow2 -o size=1024 TEST_DIR/t.qcow2
53 qemu-img create -f qcow2 -o size=1024b TEST_DIR/t.qcow2
56 qemu-img create -f qcow2 -o size=1k TEST_DIR/t.qcow2
59 qemu-img create -f qcow2 -o size=1K TEST_DIR/t.qcow2
62 qemu-img create -f qcow2 -o size=1M TEST_DIR/t.qcow2
65 qemu-img create -f qcow2 -o size=1G TEST_DIR/t.qcow2
68 qemu-img create -f qcow2 -o size=1T TEST_DIR/t.qcow2
77 qemu-img create -f qcow2 -o size=1.5k TEST_DIR/t.qcow2
80 qemu-img create -f qcow2 -o size=1.5K TEST_DIR/t.qcow2
[all …]
/qemu/tests/tcg/s390x/
H A DMakefile.softmmu-target8 %.o: %.S
11 %.o: %.c
14 %: %.o
36 $(PGM_SPECIFICATION_TESTS): pgm-specification-softmmu.o
37 $(PGM_SPECIFICATION_TESTS): LDFLAGS+=pgm-specification-softmmu.o
44 S390X_MULTIARCH_RUNTIME_OBJS = head64.o console.o $(MINILIB_OBJS)
/qemu/ui/
H A Ddbus.c116 dbus_display_init(Object *o) in dbus_display_init() argument
118 DBusDisplay *dd = DBUS_DISPLAY(o); in dbus_display_init()
142 dbus_display_finalize(Object *o) in dbus_display_finalize() argument
144 DBusDisplay *dd = DBUS_DISPLAY(o); in dbus_display_finalize()
334 get_dbus_p2p(Object *o, Error **errp) in get_dbus_p2p() argument
336 DBusDisplay *dd = DBUS_DISPLAY(o); in get_dbus_p2p()
344 DBusDisplay *dd = DBUS_DISPLAY(o); in set_dbus_p2p()
350 get_dbus_addr(Object *o, Error **errp) in get_dbus_addr() argument
352 DBusDisplay *dd = DBUS_DISPLAY(o); in get_dbus_addr()
367 get_audiodev(Object *o, Error **errp) in get_audiodev() argument
[all …]
/qemu/tests/unit/
H A Dtest-bufferiszero.c28 size_t s, a, o; in test_1() local
52 for (o = 0; o < s; ++o) { in test_1()
53 buffer[a + o] = 1; in test_1()
55 buffer[a + o] = 0; in test_1()
/qemu/hw/core/
H A Dnmi.c34 static void nmi_children(Object *o, struct do_nmi_s *ns);
36 static int do_nmi(Object *o, void *opaque) in do_nmi() argument
39 NMIState *n = (NMIState *) object_dynamic_cast(o, TYPE_NMI); in do_nmi()
50 nmi_children(o, ns); in do_nmi()
55 static void nmi_children(Object *o, struct do_nmi_s *ns) in nmi_children() argument
57 object_child_foreach(o, do_nmi, ns); in nmi_children()
/qemu/contrib/plugins/
H A DMakefile48 %.o: %.c
52 lib%$(SO_SUFFIX): %.o win32_linker.o ../../plugins/libqemu_plugin_api.a
55 lib%$(SO_SUFFIX): %.o
58 lib%$(SO_SUFFIX): %.o
64 rm -f *.o *$(SO_SUFFIX) *.d
/qemu/tests/migration/i386/
H A DMakefile7 a-b-bootblock.h: x86.bootsect x86.o
10 nm x86.o | awk '{print "#define SYM_"$$3" 0x"$$1}' >> header.tmp
16 x86.boot: x86.o
19 x86.o: a-b-bootblock.S
23 @rm -rf *.boot *.o *.bootsect

123456789