Home
last modified time | relevance | path

Searched refs:x86_lduw_phys (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c209 env->ldt.selector = x86_lduw_phys(cs, sm_state + 0x7e70); in helper_rsm()
212 env->ldt.flags = (x86_lduw_phys(cs, sm_state + 0x7e72) & 0xf0ff) << 8; in helper_rsm()
217 env->tr.selector = x86_lduw_phys(cs, sm_state + 0x7e90); in helper_rsm()
220 env->tr.flags = (x86_lduw_phys(cs, sm_state + 0x7e92) & 0xf0ff) << 8; in helper_rsm()
246 x86_lduw_phys(cs, sm_state + offset), in helper_rsm()
249 (x86_lduw_phys(cs, sm_state + offset + 2) & in helper_rsm()
H A Dsvm_helper.c240 env->intercept_cr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
243 env->intercept_cr_write = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
246 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
249 env->intercept_dr_write = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun()
716 if (x86_lduw_phys(cs, addr + port / 8) & (mask << (port & 7))) { in helper_svm_check_io()
/openbmc/qemu/target/i386/
H A Dhelper.c644 uint32_t x86_lduw_phys(CPUState *cs, hwaddr addr) in x86_lduw_phys() function
H A Dcpu.h2456 uint32_t x86_lduw_phys(CPUState *cs, hwaddr addr);