Home
last modified time | relevance | path

Searched defs:save (Results 1 – 17 of 17) sorted by relevance

/qemu/util/
H A Dpath.c52 char *save = g_strdup(name); in path() local
/qemu/target/arm/tcg/
H A Dvfp_helper.c495 bool save = get_flush_inputs_to_zero(fpst); in HELPER() local
508 bool save = get_flush_to_zero(fpst); in HELPER() local
521 bool save = get_flush_inputs_to_zero(fpst); in HELPER() local
534 bool save = get_flush_to_zero(fpst); in HELPER() local
H A Dsve_helper.c4559 bool save = get_flush_inputs_to_zero(fpst); local
4570 bool save = get_flush_inputs_to_zero(fpst); in sve_f16_to_f64() local
4581 bool save = get_flush_to_zero(fpst); in sve_f32_to_f16() local
4592 bool save = get_flush_to_zero(fpst); in sve_f64_to_f16() local
/qemu/tests/qemu-iotests/
H A Dtestrunner.py92 def save(self) -> None: member in LastElapsedTime
/qemu/target/s390x/
H A Dhelper.c257 hwaddr save = len; in s390_store_adtl_status() local
/qemu/tests/qtest/
H A Dtest-x86-cpuid-compat.c76 char *save; in add_cpuid_test() local
/qemu/target/i386/
H A Dhelper.c599 CPUX86State *save = g_new(CPUX86State, 1); in do_cpu_init() local
H A Dsvm.h238 struct vmcb_save_area save; member
/qemu/hw/i386/kvm/
H A Dxen_xenstore.c193 GByteArray *save; in xen_xenstore_pre_save() local
211 GByteArray *save; in xen_xenstore_post_load() local
H A Dxenstore_impl.c1408 static void write_be32(GByteArray *save, uint32_t val) in write_be32()
/qemu/include/hw/virtio/
H A Dvirtio.h218 void (*save)(VirtIODevice *vdev, QEMUFile *f); member
/qemu/libdecnumber/
H A DdecNumber.c2688 uInt save=res->lsu[0]%powers[shift]; /* save low digit(s) */ in decNumberRotate() local
2708 uInt save=res->lsu[0]%powers[shift]; /* save low digit(s) */ in decNumberRotate() local
7663 uInt save=*status; /* record */ local
7742 Int save=theInt; local
/qemu/migration/
H A Dblock-dirty-bitmap.c171 DBMSaveState save; member
/qemu/hw/ppc/
H A Dspapr_nested.c136 static void nested_save_state(struct nested_ppc_state *save, PowerPCCPU *cpu) in nested_save_state()
/qemu/tests/tcg/i386/
H A Dtest-i386.c925 #define TEST_ENV(env, save, restore)\ argument
/qemu/target/i386/tcg/
H A Dfpu_helper.c2371 FloatX80RoundPrec save = env->fp_status.floatx80_rounding_precision; in helper_fscale() local
/qemu/hw/nvme/
H A Dctrl.c6534 uint8_t save = NVME_SETFEAT_SAVE(dw10); in nvme_set_feature() local