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

/external/qemu/target-arm/
H A Dmachine.c23 qemu_put_be32(f, env->cp15.c0_cpuid);
24 qemu_put_be32(f, env->cp15.c0_cachetype);
25 qemu_put_be32(f, env->cp15.c0_cssel);
26 qemu_put_be32(f, env->cp15.c1_sys);
27 qemu_put_be32(f, env->cp15.c1_coproc);
28 qemu_put_be32(f, env->cp15.c1_xscaleauxcr);
29 qemu_put_be32(f, env->cp15.c1_secfg);
30 qemu_put_be32(f, env->cp15.c1_sedbg);
31 qemu_put_be32(f, env->cp15.c1_nseac);
32 qemu_put_be32(f, env->cp15
[all...]
H A Dhelper.c54 env->cp15.c0_cpuid = id;
61 env->cp15.c0_cachetype = 0x1dd20d2;
62 env->cp15.c1_sys = 0x00090078;
68 env->cp15.c0_cachetype = 0x0f004006;
69 env->cp15.c1_sys = 0x00000078;
77 env->cp15.c0_cachetype = 0x1dd20d2;
78 env->cp15.c1_sys = 0x00090078;
90 memcpy(env->cp15.c0_c1, arm1136_cp15_c0_c1, 8 * sizeof(uint32_t));
91 memcpy(env->cp15.c0_c2, arm1136_cp15_c0_c2, 8 * sizeof(uint32_t));
92 env->cp15
[all...]
H A Dcpu.h110 /* System control coprocessor (cp15) */
157 } cp15; member in struct:CPUARMState
260 env->cp15.c13_tls2 = newtls;
410 #define ARM_CPUID(env) (env->cp15.c0_cpuid)
H A Dtranslate.c2516 tmp = load_cpu_field(cp15.c13_tls1);
2519 tmp = load_cpu_field(cp15.c13_tls2);
2522 tmp = load_cpu_field(cp15.c13_tls3);
2533 store_cpu_field(tmp, cp15.c13_tls1);
2536 store_cpu_field(tmp, cp15.c13_tls2);
2539 store_cpu_field(tmp, cp15.c13_tls3);
2549 /* Disassemble system coprocessor (cp15) instruction. Return nonzero if
2556 /* M profile cores use memory mapped registers instead of cp15. */
6201 && ((env->cp15.c15_cpar ^ 0x3fff) & (1 << cpnum)))
6616 if (env->cp15
[all...]
/external/qemu/hw/
H A Darmv7m_nvic.c153 return cpu_single_env->cp15.c0_cpuid;

Completed in 124 milliseconds