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

/external/qemu/target-arm/
H A Dmachine.c53 qemu_put_be32(f, env->cp15.c13_fcse);
169 env->cp15.c13_fcse = qemu_get_be32(f);
H A Dcpu.h147 uint32_t c13_fcse; /* FCSE PID. */ member in struct:CPUARMState::__anon11679
H A Dhelper.c1300 address += env->cp15.c13_fcse;
1771 if (env->cp15.c13_fcse != val)
1773 env->cp15.c13_fcse = val;
2154 return env->cp15.c13_fcse;

Completed in 82 milliseconds