Home
last modified time | relevance | path

Searched refs:read_tp (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c212 thread->regs.tp = read_tp(); in init_regs()
373 threads[n].regs.tp = read_tp(); in thread_resume_from_rpc()
/optee_os/core/arch/riscv/include/
H A Driscv.h145 static inline __noprof unsigned long read_tp(void) in read_tp() function