HomeSort by relevance Sort by last modified time
    Searched refs:cp15 (Results 1 - 5 of 5) sorted by null

  /external/qemu/target-arm/
machine.c 23 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.c2_base0)
    [all...]
helper.c 54 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.c0_cachetype = 0x1dd20d2
    [all...]
cpu.h 110 /* System control coprocessor (cp15) */
157 } cp15; member in struct:CPUARMState
260 env->cp15.c13_tls2 = newtls;
380 ARM_FEATURE_OMAPCP, /* OMAP specific CP15 ops handling. */
410 #define ARM_CPUID(env) (env->cp15.c0_cpuid)
translate.c     [all...]
  /external/qemu/hw/
armv7m_nvic.c 153 return cpu_single_env->cp15.c0_cpuid;

Completed in 35 milliseconds