Home
last modified time | relevance | path

Searched hist:"980 d32c47182e04ae1944f8f3743b40f486a737f" (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Dthread.h980d32c47182e04ae1944f8f3743b40f486a737f Wed Jun 19 18:49:14 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: open-code thread_init_stack()

The implementations of thread_init_stack() are identical and trivial for
both arm and riscv. So simplify code further and open-code it where it's
called from in core/kernel/thread.c.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Alvin Chang <alvinga@andestech.com>
Tested-by: Alvin Chang <alvinga@andestech.com>
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c980d32c47182e04ae1944f8f3743b40f486a737f Wed Jun 19 18:49:14 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: open-code thread_init_stack()

The implementations of thread_init_stack() are identical and trivial for
both arm and riscv. So simplify code further and open-code it where it's
called from in core/kernel/thread.c.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Alvin Chang <alvinga@andestech.com>
Tested-by: Alvin Chang <alvinga@andestech.com>
/optee_os/core/kernel/
H A Dthread.c980d32c47182e04ae1944f8f3743b40f486a737f Wed Jun 19 18:49:14 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: open-code thread_init_stack()

The implementations of thread_init_stack() are identical and trivial for
both arm and riscv. So simplify code further and open-code it where it's
called from in core/kernel/thread.c.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Alvin Chang <alvinga@andestech.com>
Tested-by: Alvin Chang <alvinga@andestech.com>
/optee_os/core/arch/arm/kernel/
H A Dthread.c980d32c47182e04ae1944f8f3743b40f486a737f Wed Jun 19 18:49:14 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: open-code thread_init_stack()

The implementations of thread_init_stack() are identical and trivial for
both arm and riscv. So simplify code further and open-code it where it's
called from in core/kernel/thread.c.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Alvin Chang <alvinga@andestech.com>
Tested-by: Alvin Chang <alvinga@andestech.com>