Home
last modified time | relevance | path

Searched refs:THREAD_EXCP_FOREIGN_INTR (Results 1 – 11 of 11) sorted by relevance

/optee_os-3.20.0/core/include/kernel/
A Dmisc.h22 assert(thread_get_exceptions() & THREAD_EXCP_FOREIGN_INTR); in get_core_pos()
A Dthread.h157 return !!(thread_get_exceptions() & THREAD_EXCP_FOREIGN_INTR); in thread_foreign_intr_disabled()
/optee_os-3.20.0/core/arch/riscv/include/kernel/
A Dthread_arch.h112 #define THREAD_EXCP_FOREIGN_INTR MIP_SEIP macro
114 #define THREAD_EXCP_ALL (THREAD_EXCP_FOREIGN_INTR | \
/optee_os-3.20.0/core/kernel/
A Dthread.c157 assert(thread_get_exceptions() & THREAD_EXCP_FOREIGN_INTR); in get_core_local()
214 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stackcheck_recursion_flag()
306 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stack_limits()
354 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_is_in_normal_mode()
374 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_get_id_may_fail()
518 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_set_foreign_intr()
528 thread_set_exceptions(exceptions & ~THREAD_EXCP_FOREIGN_INTR); in thread_set_foreign_intr()
542 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_restore_foreign_intr()
550 thread_set_exceptions(exceptions & ~THREAD_EXCP_FOREIGN_INTR); in thread_restore_foreign_intr()
A Dtrace_ext.c59 if (thread_get_exceptions() & THREAD_EXCP_FOREIGN_INTR) in trace_ext_get_core_id()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c71 if (!(exceptions & THREAD_EXCP_FOREIGN_INTR)) in thread_set_exceptions()
96 if (!(exceptions & THREAD_EXCP_FOREIGN_INTR)) in thread_set_exceptions()
162 (THREAD_EXCP_FOREIGN_INTR << ARM32_CPSR_F_SHIFT); in init_regs()
196 THREAD_EXCP_FOREIGN_INTR | DAIFBIT_ABT); in init_regs()
821 assert(exceptions & THREAD_EXCP_FOREIGN_INTR); in thread_kernel_disable_vfp()
822 exceptions &= ~THREAD_EXCP_FOREIGN_INTR; in thread_kernel_disable_vfp()
823 exceptions |= state & THREAD_EXCP_FOREIGN_INTR; in thread_kernel_disable_vfp()
831 assert(thread_get_exceptions() & THREAD_EXCP_FOREIGN_INTR); in thread_kernel_save_vfp()
842 assert(thread_get_exceptions() & THREAD_EXCP_FOREIGN_INTR); in thread_kernel_restore_vfp()
857 assert(thread_get_exceptions() & THREAD_EXCP_FOREIGN_INTR); in thread_user_enable_vfp()
[all …]
A Dvirtualization.c52 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_current_prtn()
63 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in set_current_prtn()
A Dthread_optee_smc.c309 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_disable_prealloc_rpc_cache()
351 exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_enable_prealloc_rpc_cache()
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_arch.h298 #define THREAD_EXCP_FOREIGN_INTR (ARM32_CPSR_F >> ARM32_CPSR_F_SHIFT) macro
301 #define THREAD_EXCP_FOREIGN_INTR (ARM32_CPSR_I >> ARM32_CPSR_F_SHIFT) macro
304 #define THREAD_EXCP_ALL (THREAD_EXCP_FOREIGN_INTR \
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu.c101 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in cache_op_outer()
A Dcore_mmu_lpae.c489 assert(thread_get_exceptions() & THREAD_EXCP_FOREIGN_INTR); in core_mmu_set_prtn()
1025 !(exceptions & THREAD_EXCP_FOREIGN_INTR)) in core_mmu_find_table()

Completed in 19 milliseconds