Searched refs:x86_ldq_phys (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 293 env->nested_cr3 = x86_ldq_phys(cs, in helper_vmrun() 332 env->cr[2] = x86_ldq_phys(cs, in helper_vmrun() 345 x86_ldq_phys(cs, in helper_vmrun() 348 cpu_load_eflags(env, x86_ldq_phys(cs, in helper_vmrun() 366 env->eip = x86_ldq_phys(cs, in helper_vmrun() 369 env->regs[R_ESP] = x86_ldq_phys(cs, in helper_vmrun() 371 env->regs[R_EAX] = x86_ldq_phys(cs, in helper_vmrun() 869 cpu_load_eflags(env, x86_ldq_phys(cs, in do_vmexit() 884 env->eip = x86_ldq_phys(cs, in do_vmexit() 891 env->dr[6] = x86_ldq_phys(cs, in do_vmexit() [all …]
|
H A D | smm_helper.c | 206 env->gdt.base = x86_ldq_phys(cs, sm_state + 0x7e68); in helper_rsm() 210 env->ldt.base = x86_ldq_phys(cs, sm_state + 0x7e78); in helper_rsm() 214 env->idt.base = x86_ldq_phys(cs, sm_state + 0x7e88); in helper_rsm() 218 env->tr.base = x86_ldq_phys(cs, sm_state + 0x7e98); in helper_rsm() 222 env->regs[R_EAX] = x86_ldq_phys(cs, sm_state + 0x7ff8); in helper_rsm() 223 env->regs[R_ECX] = x86_ldq_phys(cs, sm_state + 0x7ff0); in helper_rsm() 224 env->regs[R_EDX] = x86_ldq_phys(cs, sm_state + 0x7fe8); in helper_rsm() 225 env->regs[R_EBX] = x86_ldq_phys(cs, sm_state + 0x7fe0); in helper_rsm() 226 env->regs[R_ESP] = x86_ldq_phys(cs, sm_state + 0x7fd8); in helper_rsm() 227 env->regs[R_EBP] = x86_ldq_phys(cs, sm_state + 0x7fd0); in helper_rsm() [all …]
|
/openbmc/qemu/target/i386/ |
H A D | helper.c | 275 pml5e = x86_ldq_phys(cs, pml5e_addr); in x86_cpu_get_phys_page_attrs_debug() 285 pml4e = x86_ldq_phys(cs, pml4e_addr); in x86_cpu_get_phys_page_attrs_debug() 291 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug() 306 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug() 313 pde = x86_ldq_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug() 326 pte = x86_ldq_phys(cs, pte_addr); in x86_cpu_get_phys_page_attrs_debug() 664 uint64_t x86_ldq_phys(CPUState *cs, hwaddr addr) in x86_ldq_phys() function
|
H A D | cpu.h | 2401 uint64_t x86_ldq_phys(CPUState *cs, hwaddr addr);
|