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

  /external/qemu/include/exec/
cpu-common.h 122 uint32_t ldub_phys(hwaddr addr);
  /external/qemu/target-i386/
svm_helper.c 215 cpu_x86_set_cpl(env, ldub_phys(env->vm_vmcb + offsetof(struct vmcb, save.cpl)));
219 switch(ldub_phys(env->vm_vmcb + offsetof(struct vmcb, control.tlb_ctl))) {
449 if (ldub_phys(addr + t1) & ((1 << param) << t0))
  /external/qemu/
exec.c 2335 uint32_t ldub_phys(hwaddr addr) function
    [all...]

Completed in 87 milliseconds