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 | 238 env->intercept = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun() 264 nested_ctl = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun() 266 asid = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun() 269 uint64_t msrpm_base_pa = x86_ldq_phys(cs, env->vm_vmcb + in helper_vmrun() 272 uint64_t iopm_base_pa = x86_ldq_phys(cs, env->vm_vmcb + in helper_vmrun() 293 env->nested_cr3 = x86_ldq_phys(cs, in helper_vmrun() 306 env->tsc_offset = x86_ldq_phys(cs, env->vm_vmcb + in helper_vmrun() 309 new_cr0 = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.cr0)); in helper_vmrun() 316 new_cr3 = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.cr3)); in helper_vmrun() 321 new_cr4 = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.cr4)); in helper_vmrun() [all …]
|
H A D | smm_helper.c | 204 cpu_load_efer(env, x86_ldq_phys(cs, sm_state + 0x7ed0)); in helper_rsm() 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() [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 | 2458 uint64_t x86_ldq_phys(CPUState *cs, hwaddr addr);
|