Home
last modified time | relevance | path

Searched refs:tpidrro_el (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.c32 env->cp15.tpidrro_el[0] = newtls; in target_cpu_set_tls()
40 return env->cp15.tpidrro_el[0]; in target_cpu_get_tls()
/openbmc/qemu/linux-user/arm/
H A Dtarget_cpu.h62 env->cp15.tpidrro_el[0] = newtls; in cpu_set_tls()
71 return env->cp15.tpidrro_el[0]; in cpu_get_tls()
/openbmc/qemu/target/arm/
H A Dcpu.h481 uint64_t tpidrro_el[1]; member
H A Dhelper.c2404 .fieldoffset = offsetof(CPUARMState, cp15.tpidrro_el[0]),