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

/external/qemu/
H A Dcpu-common.h71 uint32_t ldl_phys(target_phys_addr_t addr);
H A Dcpu-exec.c423 intno = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_vector));
H A Dexec.c2853 return ldl_phys(addr);
3454 uint32_t ldl_phys(target_phys_addr_t addr) function
/external/qemu/hw/
H A Darmv7m.c224 env->regs[13] = ldl_phys(0);
225 pc = ldl_phys(4);
/external/qemu/target-arm/
H A Dhelper.c652 val = ldl_phys(env->regs[13]);
770 addr = ldl_phys(env->v7m.vecbase + env->v7m.exception * 4);
966 desc = ldl_phys(table);
995 desc = ldl_phys(table);
1054 desc = ldl_phys(table);
1090 desc = ldl_phys(table);

Completed in 94 milliseconds