Searched refs:c13_context (Results 1 – 3 of 3) sorted by relevance
58 qemu_put_be32(f, env->cp15.c13_context); in cpu_save()185 env->cp15.c13_context = qemu_get_be32(f); in cpu_load()
180 uint32_t c13_context; /* Context ID. */ member
1830 if (env->cp15.c13_context != val in HELPER()1833 env->cp15.c13_context = val; in HELPER()2230 return env->cp15.c13_context; in HELPER()