Lines Matching full:limit
62 x86_stl_phys(cs, sm_state + offset + 4, dt->limit); in do_smm_enter()
67 x86_stl_phys(cs, sm_state + 0x7e64, env->gdt.limit); in do_smm_enter()
71 x86_stl_phys(cs, sm_state + 0x7e74, env->ldt.limit); in do_smm_enter()
75 x86_stl_phys(cs, sm_state + 0x7e84, env->idt.limit); in do_smm_enter()
79 x86_stl_phys(cs, sm_state + 0x7e94, env->tr.limit); in do_smm_enter()
128 x86_stl_phys(cs, sm_state + 0x7f60, env->tr.limit); in do_smm_enter()
133 x86_stl_phys(cs, sm_state + 0x7f7c, env->ldt.limit); in do_smm_enter()
137 x86_stl_phys(cs, sm_state + 0x7f70, env->gdt.limit); in do_smm_enter()
140 x86_stl_phys(cs, sm_state + 0x7f54, env->idt.limit); in do_smm_enter()
151 x86_stl_phys(cs, sm_state + offset + 4, dt->limit); in do_smm_enter()
207 env->gdt.limit = x86_ldl_phys(cs, sm_state + 0x7e64); in helper_rsm()
211 env->ldt.limit = x86_ldl_phys(cs, sm_state + 0x7e74); in helper_rsm()
215 env->idt.limit = x86_ldl_phys(cs, sm_state + 0x7e84); in helper_rsm()
219 env->tr.limit = x86_ldl_phys(cs, sm_state + 0x7e94); in helper_rsm()
276 env->tr.limit = x86_ldl_phys(cs, sm_state + 0x7f60); in helper_rsm()
281 env->ldt.limit = x86_ldl_phys(cs, sm_state + 0x7f7c); in helper_rsm()
285 env->gdt.limit = x86_ldl_phys(cs, sm_state + 0x7f70); in helper_rsm()
288 env->idt.limit = x86_ldl_phys(cs, sm_state + 0x7f54); in helper_rsm()