Searched refs:sm_state (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-i386/
H A Dsmm_helper.c45 target_ulong sm_state; local
55 sm_state = env->smbase + 0x8000;
61 stw_phys(sm_state + offset, dt->selector);
62 stw_phys(sm_state + offset + 2, (dt->flags >> 8) & 0xf0ff);
63 stl_phys(sm_state + offset + 4, dt->limit);
64 stq_phys(sm_state + offset + 8, dt->base);
67 stq_phys(sm_state + 0x7e68, env->gdt.base);
68 stl_phys(sm_state + 0x7e64, env->gdt.limit);
70 stw_phys(sm_state + 0x7e70, env->ldt.selector);
71 stq_phys(sm_state
178 target_ulong sm_state; local
[all...]

Completed in 214 milliseconds