Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Darm64_user_sysreg.h36 DEFINE_REG_READ_FUNC_(tpidr_el0, uint64_t, tpidr_el0)
37 DEFINE_REG_WRITE_FUNC_(tpidr_el0, uint64_t, tpidr_el0)
/optee_os/core/arch/arm/kernel/
H A Dasm-defines.c98 tpidr_el0));
H A Dthread_a64.S75 msr tpidr_el0, x1
801 mrs x1, tpidr_el0
876 msr tpidr_el0, x1
1136 mrs x2, tpidr_el0
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h324 uint64_t tpidr_el0; member