/qemu/target/s390x/tcg/ |
H A D | translate.c | 938 static int get_field1(const DisasContext *s, enum DisasFieldIndexO o, in get_field1() 1182 static DisasJumpType op_abs(DisasContext *s, DisasOps *o) in op_abs() 1188 static DisasJumpType op_absf32(DisasContext *s, DisasOps *o) in op_absf32() 1194 static DisasJumpType op_absf64(DisasContext *s, DisasOps *o) in op_absf64() 1200 static DisasJumpType op_absf128(DisasContext *s, DisasOps *o) in op_absf128() 1207 static DisasJumpType op_add(DisasContext *s, DisasOps *o) in op_add() 1213 static DisasJumpType op_addu64(DisasContext *s, DisasOps *o) in op_addu64() 1241 static DisasJumpType op_addc32(DisasContext *s, DisasOps *o) in op_addc32() 1249 static DisasJumpType op_addc64(DisasContext *s, DisasOps *o) in op_addc64() 1256 static DisasJumpType op_asi(DisasContext *s, DisasOps *o) in op_asi() [all …]
|
/qemu/tests/tcg/aarch64/ |
H A D | test-aes.c | 5 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR() 16 bool test_MC(uint8_t *o, const uint8_t *i) 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() 30 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR() 41 bool test_IMC(uint8_t *o, const uint8_t *i) 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() 55 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
|
/qemu/tests/tcg/ppc64/ |
H A D | test-aes.c | 13 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR() 35 bool test_MC(uint8_t *o, const uint8_t *i) in test_MC() 40 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() 63 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR() 85 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() 90 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC() 113 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
|
/qemu/tests/tcg/i386/ |
H A D | test-aes.c | 6 static bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR() 17 static bool test_MC(uint8_t *o, const uint8_t *i) in test_MC() 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() 33 static bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR() 44 static bool test_IMC(uint8_t *o, const uint8_t *i) 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() 59 static bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
|
H A D | test-mmx.c | 104 #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
|
H A D | test-avx.c | 92 #define LOADMM(r, o) "movq " #r ", " #o "[%0]\n\t" argument 93 #define LOADYMM(r, o) "vmovdqa " #r ", " #o "[%0]\n\t" argument 94 #define STOREMM(r, o) "movq " #o "[%1], " #r "\n\t" argument 95 #define STOREYMM(r, o) "vmovdqa " #o "[%1], " #r "\n\t" argument 122 #define LOADREG(r, o) "mov " #r ", " #o "[rax]\n\t" argument 123 #define STOREREG(r, o) "mov " #o "[rax], " #r "\n\t" argument
|
/qemu/tests/tcg/riscv64/ |
H A D | test-aes.c | 5 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR() 17 bool test_MC(uint8_t *o, const uint8_t *i) in test_MC() 22 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() 38 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR() 50 bool test_IMC(uint8_t *o, const uint8_t *i) 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() 67 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
|
/qemu/hw/remote/ |
H A D | vfio-user-obj.c | 76 #define VFU_OBJECT_ERROR(o, fmt, ...) \ argument 148 VfuObject *o = VFU_OBJECT(obj); in vfu_object_set_socket() local 176 VfuObject *o = VFU_OBJECT(obj); in vfu_object_set_device() local 194 VfuObject *o = opaque; in vfu_object_ctx_run() local 230 VfuObject *o = opaque; in vfu_object_attach_ctx() local 268 VfuObject *o = vfu_get_private(vfu_ctx); in vfu_object_cfg_access() local 305 VfuObject *o = vfu_get_private(vfu_ctx); in dma_register() local 332 VfuObject *o = vfu_get_private(vfu_ctx); in dma_unregister() local 591 static void vfu_object_setup_msi_cbs(VfuObject *o) in vfu_object_setup_msi_cbs() 602 static void vfu_object_restore_msi_cbs(VfuObject *o) in vfu_object_restore_msi_cbs() [all …]
|
H A D | remote-obj.c | 53 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_set_fd() local 73 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_set_devid() local 83 RemoteObject *o = container_of(listener, RemoteObject, listener); in remote_object_unrealize_listener() local 92 RemoteObject *o = container_of(notifier, RemoteObject, machine_done); in remote_object_machine_done() local 131 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_init() local 151 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_finalize() local
|
/qemu/backends/ |
H A D | hostmem-file.c | 98 static char *get_mem_path(Object *o, Error **errp) in get_mem_path() 105 static void set_mem_path(Object *o, const char *str, Error **errp) in set_mem_path() 119 static bool file_memory_backend_get_discard_data(Object *o, Error **errp) in file_memory_backend_get_discard_data() 124 static void file_memory_backend_set_discard_data(Object *o, bool value, in file_memory_backend_set_discard_data() 130 static void file_memory_backend_get_align(Object *o, Visitor *v, in file_memory_backend_get_align() 140 static void file_memory_backend_set_align(Object *o, Visitor *v, in file_memory_backend_set_align() 160 static void file_memory_backend_get_offset(Object *o, Visitor *v, in file_memory_backend_get_offset() 170 static void file_memory_backend_set_offset(Object *o, Visitor *v, in file_memory_backend_set_offset() 191 static bool file_memory_backend_get_pmem(Object *o, Error **errp) in file_memory_backend_get_pmem() 196 static void file_memory_backend_set_pmem(Object *o, bool value, Error **errp) in file_memory_backend_set_pmem() [all …]
|
H A D | hostmem-memfd.c | 69 memfd_backend_get_hugetlb(Object *o, Error **errp) in memfd_backend_get_hugetlb() 75 memfd_backend_set_hugetlb(Object *o, bool value, Error **errp) in memfd_backend_set_hugetlb() 114 memfd_backend_get_seal(Object *o, Error **errp) in memfd_backend_get_seal() 120 memfd_backend_set_seal(Object *o, bool value, Error **errp) in memfd_backend_set_seal()
|
H A D | dbus-vmstate.c | 435 dbus_vmstate_finalize(Object *o) in dbus_vmstate_finalize() 448 get_dbus_addr(Object *o, Error **errp) in get_dbus_addr() 456 set_dbus_addr(Object *o, const char *str, Error **errp) in set_dbus_addr() 465 get_id_list(Object *o, Error **errp) in get_id_list() 473 set_id_list(Object *o, const char *str, Error **errp) in set_id_list()
|
H A D | hostmem.c | 444 static bool host_memory_backend_get_share(Object *o, Error **errp) in host_memory_backend_get_share() 451 static void host_memory_backend_set_share(Object *o, bool value, Error **errp) in host_memory_backend_set_share() 463 static bool host_memory_backend_get_reserve(Object *o, Error **errp) in host_memory_backend_get_reserve() 470 static void host_memory_backend_set_reserve(Object *o, bool value, Error **errp) in host_memory_backend_set_reserve()
|
/qemu/ui/ |
H A D | dbus.c | 116 dbus_display_init(Object *o) in dbus_display_init() 142 dbus_display_finalize(Object *o) in dbus_display_finalize() 340 get_dbus_p2p(Object *o, Error **errp) in get_dbus_p2p() 348 set_dbus_p2p(Object *o, bool p2p, Error **errp) in set_dbus_p2p() 356 get_dbus_addr(Object *o, Error **errp) in get_dbus_addr() 364 set_dbus_addr(Object *o, const char *str, Error **errp) in set_dbus_addr() 373 get_audiodev(Object *o, Error **errp) in get_audiodev() 381 set_audiodev(Object *o, const char *str, Error **errp) in set_audiodev() 391 get_gl_mode(Object *o, Error **errp) in get_gl_mode() 399 set_gl_mode(Object *o, int val, Error **errp) in set_gl_mode()
|
/qemu/tcg/ |
H A D | tcg-internal.h | 74 int o = HOST_BIG_ENDIAN ? 64 / TCG_TARGET_REG_BITS : 0; in TCGV128_LOW() local 80 int o = HOST_BIG_ENDIAN ? 0 : 64 / TCG_TARGET_REG_BITS; in TCGV128_HIGH() local
|
/qemu/hw/core/ |
H A D | nmi.c | 36 static int do_nmi(Object *o, void *opaque) in do_nmi() 55 static void nmi_children(Object *o, struct do_nmi_s *ns) in nmi_children()
|
H A D | fw-path-provider.c | 30 char *fw_path_provider_try_get_dev_path(Object *o, BusState *bus, in fw_path_provider_try_get_dev_path()
|
/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 32 uint64_t o = 0; in pac_cell_shuffle() local 59 uint64_t o = 0; in pac_cell_inv_shuffle() local 90 uint64_t o = 0; in pac_sub() local 105 uint64_t o = 0; in pac_sub1() local 120 uint64_t o = 0; in pac_inv_sub() local 138 uint64_t o = 0; in pac_mult() local 169 uint64_t o = 0; in tweak_shuffle() local 201 uint64_t o = 0; in tweak_inv_shuffle() local
|
/qemu/hw/usb/ |
H A D | dev-mtp.c | 383 MTPObject *o = g_new0(MTPObject, 1); in usb_mtp_object_alloc() local 426 static void usb_mtp_object_free(MTPState *s, MTPObject *o) in usb_mtp_object_free() 457 MTPObject *o; in usb_mtp_object_lookup() local 467 static MTPObject *usb_mtp_add_child(MTPState *s, MTPObject *o, in usb_mtp_add_child() 525 MTPObject *o; in file_monitor_event() local 608 static void usb_mtp_object_readdir(MTPState *s, MTPObject *o) in usb_mtp_object_readdir() 903 MTPObject *o) in usb_mtp_get_object_handles() 922 MTPObject *o) in usb_mtp_get_object_info() 970 MTPObject *o) in usb_mtp_get_object() 988 MTPObject *o) in usb_mtp_get_partial_object() [all …]
|
/qemu/tests/tcg/sh4/ |
H A D | test-subv.c | 9 int o = a, c; in subv() local
|
H A D | test-addv.c | 9 int o = a, c; in addv() local
|
/qemu/include/tcg/ |
H A D | tcg-op-common.h | 486 static inline void tcg_gen_ld_ptr(TCGv_ptr r, TCGv_ptr a, intptr_t o) in tcg_gen_ld_ptr() 491 static inline void tcg_gen_st_ptr(TCGv_ptr r, TCGv_ptr a, intptr_t o) in tcg_gen_st_ptr()
|
H A D | tcg-gvec-desc.h | 55 intptr_t o = f * 8 + 8; in simd_oprsz() local
|
/qemu/tests/unit/ |
H A D | test-bufferiszero.c | 28 size_t s, a, o; in test_1() local
|
/qemu/include/hw/misc/ |
H A D | vmcoreinfo.h | 35 Object *o = object_resolve_path_type("", TYPE_VMCOREINFO, NULL); in vmcoreinfo_find() local
|