Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dthread.c908 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() function
926 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() function
1019 if (!get_spsr(is_32bit, entry_func, &spsr)) { in thread_enter_user_mode()
H A Dstmm_sp.c167 static uint32_t __maybe_unused get_spsr(void) in get_spsr() function
186 spc->regs.cpsr = get_spsr(); in init_stmm_regs()