Home
last modified time | relevance | path

Searched refs:c13_context (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-arm/
Dmachine.c58 qemu_put_be32(f, env->cp15.c13_context); in cpu_save()
185 env->cp15.c13_context = qemu_get_be32(f); in cpu_load()
Dcpu.h180 uint32_t c13_context; /* Context ID. */ member
Dhelper.c1830 if (env->cp15.c13_context != val in HELPER()
1833 env->cp15.c13_context = val; in HELPER()
2230 return env->cp15.c13_context; in HELPER()