OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldl_phys
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
cpu-common.h
71
uint32_t
ldl_phys
(target_phys_addr_t addr);
cpu-exec.c
409
intno =
ldl_phys
(env->vm_vmcb + offsetof(struct vmcb, control.int_vector));
[
all
...]
exec.c
3370
uint32_t
ldl_phys
(target_phys_addr_t addr)
function
[
all
...]
/external/qemu/hw/
armv7m.c
224
env->regs[13] =
ldl_phys
(0);
225
pc =
ldl_phys
(4);
/external/qemu/target-arm/
helper.c
652
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);
[
all
...]
Completed in 14 milliseconds