Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dmachine.c68 qemu_put_be32(f, env->cp15.c13_fcse); in cpu_save()
163 env->cp15.c13_fcse = qemu_get_be32(f); in cpu_load()
Dcpu.h122 uint32_t c13_fcse; /* FCSE PID. */ member
Dhelper.c1105 address += env->cp15.c13_fcse; in get_phys_addr()
1454 if (env->cp15.c13_fcse != val) in HELPER()
1456 env->cp15.c13_fcse = val; in HELPER()
1741 return env->cp15.c13_fcse; in HELPER()