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

  /external/qemu/target-arm/
cpu.h 114 uint32_t c0_ccsid[16]; /* Cache size. */ member in struct:CPUARMState::__anon10197
helper.c 129 env->cp15.c0_ccsid[0] = 0xe007e01a; /* 16k L1 dcache. */
130 env->cp15.c0_ccsid[1] = 0x2007e01a; /* 16k L1 icache. */
131 env->cp15.c0_ccsid[2] = 0xf0000000; /* No L2 icache. */
154 env->cp15.c0_ccsid[0] = 0xe007e01a; /* 16k L1 dcache. */
155 env->cp15.c0_ccsid[1] = 0x2007e01a; /* 16k L1 icache. */
156 env->cp15.c0_ccsid[2] = 0xf03fe03a; /* 256k L2 cache. */
185 env->cp15.c0_ccsid[0] = 0xe00fe015; /* 16k L1 dcache. */
186 env->cp15.c0_ccsid[1] = 0x200fe015; /* 16k L1 icache. */
    [all...]

Completed in 16 milliseconds