OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldl_phys
(Results
1 - 8
of
8
) sorted by null
/external/qemu/target-mips/
helper.c
311
lui_ins =
ldl_phys
(ebase + handlers[i].lui.off);
312
lw_ins =
ldl_phys
(ebase + handlers[i].lw.off);
313
srl_ins =
ldl_phys
(ebase + handlers[i].srl.off);
322
printf("0x%08x: 0x%08x\n", ebase + i,
ldl_phys
(ebase + i));
340
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);
529
pt_addr =
ldl_phys
(pgd_phys + pgd_index);
534
lo =
ldl_phys
(pt_phys + pt_index + 4)
[
all
...]
/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
3595
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 159 milliseconds