Searched refs:tpidr_el (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_cpu.c | 25 env->cp15.tpidr_el[0] = newtls; in target_cpu_set_tls() 30 return env->cp15.tpidr_el[0]; in target_cpu_get_tls()
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_cpu.c | 31 env->cp15.tpidr_el[0] = newtls; in target_cpu_set_tls()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_cpu.h | 41 env->cp15.tpidr_el[0] = newtls; in cpu_set_tls()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 443 uint64_t tpidr_el[4]; member
|
H A D | helper.c | 2449 .fieldoffset = offsetof(CPUARMState, cp15.tpidr_el[0]), .resetvalue = 0 }, 2472 .fieldoffset = offsetof(CPUARMState, cp15.tpidr_el[1]), .resetvalue = 0 }, 6449 .fieldoffset = offsetof(CPUARMState, cp15.tpidr_el[2]) }, 6701 .fieldoffset = offsetof(CPUARMState, cp15.tpidr_el[3]) },
|