Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/arch/riscv/src/rv32_16gpr/
A Dcsky_sched.c50 uint32_t temp_psr; in csky_get_tee_caller_task() local
52 temp_psr = getcurrentpsr(); in csky_get_tee_caller_task()
53 if (temp_psr & PSR_SP) { in csky_get_tee_caller_task()
60 uint32_t temp_psr; in csky_deal_tee_caller_task() local
62 temp_psr = getcurrentpsr(); in csky_deal_tee_caller_task()
63 if (temp_psr & PSR_SP) { in csky_deal_tee_caller_task()
/AliOS-Things-master/hardware/arch/riscv/src/rv32_32gpr/
A Dcsky_sched.c50 uint32_t temp_psr; in csky_get_tee_caller_task() local
52 temp_psr = getcurrentpsr(); in csky_get_tee_caller_task()
53 if (temp_psr & PSR_SP) { in csky_get_tee_caller_task()
60 uint32_t temp_psr; in csky_deal_tee_caller_task() local
62 temp_psr = getcurrentpsr(); in csky_deal_tee_caller_task()
63 if (temp_psr & PSR_SP) { in csky_deal_tee_caller_task()
/AliOS-Things-master/hardware/arch/riscv/src/rv32f_32gpr/
A Dcsky_sched.c50 uint32_t temp_psr; in csky_get_tee_caller_task() local
52 temp_psr = getcurrentpsr(); in csky_get_tee_caller_task()
53 if (temp_psr & PSR_SP) { in csky_get_tee_caller_task()
60 uint32_t temp_psr; in csky_deal_tee_caller_task() local
62 temp_psr = getcurrentpsr(); in csky_deal_tee_caller_task()
63 if (temp_psr & PSR_SP) { in csky_deal_tee_caller_task()
/AliOS-Things-master/hardware/arch/riscv/src/rv32fd_32gpr/
A Dcsky_sched.c50 uint32_t temp_psr; in csky_get_tee_caller_task() local
52 temp_psr = getcurrentpsr(); in csky_get_tee_caller_task()
53 if (temp_psr & PSR_SP) { in csky_get_tee_caller_task()
60 uint32_t temp_psr; in csky_deal_tee_caller_task() local
62 temp_psr = getcurrentpsr(); in csky_deal_tee_caller_task()
63 if (temp_psr & PSR_SP) { in csky_deal_tee_caller_task()

Completed in 7 milliseconds