HomeSort by relevance Sort by last modified time
    Searched refs:ldl_phys (Results 1 - 11 of 11) sorted by null

  /external/qemu/target-i386/
smm_helper.c 191 ldl_phys(sm_state + offset + 4),
196 env->gdt.limit = ldl_phys(sm_state + 0x7e64);
200 env->ldt.limit = ldl_phys(sm_state + 0x7e74);
204 env->idt.limit = ldl_phys(sm_state + 0x7e84);
208 env->tr.limit = ldl_phys(sm_state + 0x7e94);
222 cpu_load_eflags(env, ldl_phys(sm_state + 0x7f70),
224 env->dr[6] = ldl_phys(sm_state + 0x7f68);
225 env->dr[7] = ldl_phys(sm_state + 0x7f60);
227 cpu_x86_update_cr4(env, ldl_phys(sm_state + 0x7f48));
228 cpu_x86_update_cr3(env, ldl_phys(sm_state + 0x7f50))
    [all...]
svm_helper.c 95 sc->limit = ldl_phys(addr + offsetof(struct vmcb_seg, limit));
164 env->intercept_exceptions = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept_exceptions));
172 env->gdt.limit = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, save.gdtr.limit));
175 env->idt.limit = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, save.idtr.limit));
184 int_ctl = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_ctl));
235 event_inj = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj));
239 uint32_t event_inj_err = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.event_inj_err));
523 int_ctl = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_ctl));
547 env->gdt.limit = ldl_phys(env->vm_hsave + offsetof(struct vmcb, save.gdtr.limit));
550 env->idt.limit = ldl_phys(env->vm_hsave + offsetof(struct vmcb, save.idtr.limit))
    [all...]
helper.c     [all...]
seg_helper.c     [all...]
  /external/qemu/include/exec/
poison.h 43 #pragma GCC poison ldl_phys
cpu-common.h 139 uint32_t ldl_phys(hwaddr addr);
  /external/qemu/target-mips/
helper.c 310 lui_ins = ldl_phys(ebase + handlers[i].lui.off);
311 lw_ins = ldl_phys(ebase + handlers[i].lw.off);
312 srl_ins = ldl_phys(ebase + handlers[i].srl.off);
321 printf("0x%08x: 0x%08x\n", ebase + i, ldl_phys(ebase + i));
339 return ldl_phys(linux_pte_info.pgd_current_p);
384 pt_addr = ldl_phys(ptw_phys);
391 elo_even = ldl_phys(ptw_phys);
392 elo_odd = ldl_phys(ptw_phys+4);
530 pt_addr = ldl_phys(pgd_phys + pgd_index);
535 lo = ldl_phys(pt_phys + pt_index + 4)
    [all...]
  /external/qemu/hw/arm/
armv7m.c 226 env->regs[13] = ldl_phys(0);
227 pc = ldl_phys(4);
  /external/qemu/target-arm/
helper.c 335 /* We should really use ldl_phys here, in case the guest
746 val = ldl_phys(env->regs[13]);
864 addr = ldl_phys(env->v7m.vecbase + env->v7m.exception * 4);
    [all...]
  /external/qemu/
exec.c 2252 uint32_t ldl_phys(hwaddr addr) function
    [all...]
cpu-exec.c 396 intno = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_vector));
    [all...]

Completed in 240 milliseconds