Home
last modified time | relevance | path

Searched refs:cpreg_vmstate_indexes (Results 1 – 5 of 5) sorted by relevance

/qemu/target/arm/
H A Dmachine.c880 memcpy(cpu->cpreg_vmstate_indexes, cpu->cpreg_indexes, in cpu_pre_save()
966 if (cpu->cpreg_vmstate_indexes[v] > cpu->cpreg_indexes[i]) { in cpu_post_load()
970 if (cpu->cpreg_vmstate_indexes[v] < cpu->cpreg_indexes[i]) { in cpu_post_load()
1066 VMSTATE_VARRAY_INT32(cpreg_vmstate_indexes, ARMCPU,
H A Dkvm.c842 cpu->cpreg_vmstate_indexes = g_renew(uint64_t, cpu->cpreg_vmstate_indexes, in kvm_arm_init_cpreg_list()
H A Dcpu.h860 uint64_t *cpreg_vmstate_indexes; member
H A Dhelper.c255 cpu->cpreg_vmstate_indexes = g_new(uint64_t, arraylen); in init_cpreg_list()
/qemu/target/arm/hvf/
H A Dhvf.c1008 arm_cpu->cpreg_vmstate_indexes = g_renew(uint64_t, in hvf_arch_init_vcpu()
1009 arm_cpu->cpreg_vmstate_indexes, in hvf_arch_init_vcpu()