Home
last modified time | relevance | path

Searched hist:"78444 d3387833b1ad64ab02564a7dd1343f507c0" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dentry.S78444d3387833b1ad64ab02564a7dd1343f507c0 Fri Apr 26 01:30:36 UTC 2024 Alvin Chang <alvinga@andestech.com> core: riscv: Fix store 32-bit thread_core_local flags

The thread_core_local flags is a 32-bit variable. Thus, we must
explicitly use "sw" instruction, which means store 32-bit value into
specific memory address, to operate the thread_core_local flags.

Signed-off-by: Alvin Chang <alvinga@andestech.com>
Reviewed-by: Yu Chien Peter Lin <peterlin@andestech.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>