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

/vbox/src/recompiler/target-i386/
H A Dop_helper.c1642 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj));
1743 uint32_t event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj));
2013 ldl_phys(sm_state + offset + 4),
2018 env->gdt.limit = ldl_phys(sm_state + 0x7e64);
2022 env->ldt.limit = ldl_phys(sm_state + 0x7e74);
2030 env->idt.limit = ldl_phys(sm_state + 0x7e84);
2034 env->tr.limit = ldl_phys(sm_state + 0x7e94);
2052 load_eflags(ldl_phys(sm_state + 0x7f70),
2054 env->dr[6] = ldl_phys(sm_state + 0x7f68);
2055 env->dr[7] = ldl_phys(sm_stat
[all...]
H A Dhelper.c748 pde = ldl_phys(pde_addr);
786 pte = ldl_phys(pte_addr);
939 pde = ldl_phys(pde_addr);
948 pte = ldl_phys(pte_addr);
/vbox/src/recompiler/
H A Dcpu-common.h110 uint32_t ldl_phys(target_phys_addr_t addr);
H A Dcpu-exec.c515 intno = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_vector));
H A Dexec.c3522 return ldl_phys(addr);
4120 uint32_t ldl_phys(target_phys_addr_t addr) function

Completed in 73 milliseconds