OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c2_base0
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-arm/
machine.c
32
qemu_put_be32(f, env->cp15.
c2_base0
);
148
env->cp15.
c2_base0
= qemu_get_be32(f);
cpu.h
125
uint32_t
c2_base0
; /* MMU translation table base 0. */
member in struct:CPUARMState::__anon25558
helper.c
1023
table = env->cp15.
c2_base0
& env->cp15.c2_base_mask;
[
all
...]
Completed in 140 milliseconds