Home
last modified time | relevance | path

Searched refs:state_size (Results 1 – 3 of 3) sorted by relevance

/qemu/contrib/elf2dmp/
H A Dqemu_elf.c64 uint32_t state_size; in init_states() local
104 state_size = MIN(state->size, nhdr->n_descsz); in init_states()
106 if (state_size < sizeof(*state)) { in init_states()
108 states->len, state_size); in init_states()
/qemu/hw/audio/
H A Dfmopl.c1077 int state_size; in OPLCreate() local
1082 state_size = sizeof(FM_OPL); in OPLCreate()
1083 state_size += sizeof(OPL_CH)*max_ch; in OPLCreate()
1085 ptr = malloc(state_size); in OPLCreate()
1088 memset(ptr,0,state_size); in OPLCreate()
/qemu/target/i386/nvmm/
H A Dnvmm-all.c1177 if (qemu_mach.cap.state_size != sizeof(struct nvmm_x64_state)) { in nvmm_accel_init()
1178 error_report("NVMM: Wrong state size %u", qemu_mach.cap.state_size); in nvmm_accel_init()