OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c0_c1
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-arm/
cpu.h
117
uint32_t
c0_c1
[8]; /* Feature registers. */
member in struct:CPUARMState::__anon25558
helper.c
90
memcpy(env->cp15.
c0_c1
, arm1136_cp15_c0_c1, 8 * sizeof(uint32_t));
105
memcpy(env->cp15.
c0_c1
, mpcore_cp15_c0_c1, 8 * sizeof(uint32_t));
125
memcpy(env->cp15.
c0_c1
, cortexa8_cp15_c0_c1, 8 * sizeof(uint32_t));
150
memcpy(env->cp15.
c0_c1
, cortexa8_cp15_c0_c1, 8 * sizeof(uint32_t));
181
memcpy(env->cp15.
c0_c1
, cortexa9_cp15_c0_c1, 8 * sizeof(uint32_t));
[
all
...]
Completed in 110 milliseconds