Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dmachine.c57 qemu_put_be32(f, env->cp15.c13_fcse); in cpu_save()
184 env->cp15.c13_fcse = qemu_get_be32(f); in cpu_load()
Dcpu.h179 uint32_t c13_fcse; /* FCSE PID. */ member
Dhelper.c1340 address += env->cp15.c13_fcse; in get_phys_addr()
1824 if (env->cp15.c13_fcse != val) in HELPER()
1826 env->cp15.c13_fcse = val; in HELPER()
2228 return env->cp15.c13_fcse; in HELPER()