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

  /external/qemu/
cpu-common.h 95 uint32_t ldl_phys(target_phys_addr_t addr);
cpu-exec.c 461 intno = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_vector));
    [all...]
exec.c 3594 uint32_t ldl_phys(target_phys_addr_t addr) function
    [all...]
  /external/qemu/target-i386/
op_helper.c     [all...]
helper.c     [all...]
  /external/qemu/hw/
armv7m.c 226 env->regs[13] = ldl_phys(0);
227 pc = ldl_phys(4);
  /external/qemu/target-arm/
helper.c 299 /* We should really use ldl_phys here, in case the guest
700 val = ldl_phys(env->regs[13]);
818 addr = ldl_phys(env->v7m.vecbase + env->v7m.exception * 4);
1044 desc = ldl_phys(table);
    [all...]

Completed in 1862 milliseconds