Home
last modified time | relevance | path

Searched refs:thread_set_exceptions (Results 1 – 14 of 14) sorted by relevance

/optee_os/core/arch/arm/kernel/
A Dtimer_a64.c34 thread_set_exceptions(exceptions); in generic_timer_start()
49 thread_set_exceptions(exceptions); in generic_timer_stop()
A Dthread.c261 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function
286 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function
307 thread_set_exceptions(state | (exceptions & THREAD_EXCP_ALL)); in thread_mask_exceptions()
313 thread_set_exceptions(state & THREAD_EXCP_ALL); in thread_unmask_exceptions()
1245 thread_set_exceptions(exceptions & ~THREAD_EXCP_FOREIGN_INTR); in thread_set_foreign_intr()
1267 thread_set_exceptions(exceptions & ~THREAD_EXCP_FOREIGN_INTR); in thread_restore_foreign_intr()
1316 thread_set_exceptions(exceptions); in thread_kernel_disable_vfp()
A Dboot.c1246 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()
1320 thread_set_exceptions(THREAD_EXCP_ALL); in init_secondary_helper()
/optee_os/core/arch/arm/plat-synquacer/
A Drng_pta.c250 thread_set_exceptions(exceptions); in rng_collect_entropy()
308 thread_set_exceptions(exceptions); in rng_get_entropy()
/optee_os/core/drivers/
A Ddra7_rng.c122 thread_set_exceptions(exceptions); in hw_get_random_byte()
/optee_os/out/arm/core/
A Drodata_init.ld.S10 *(.rodata.thread_set_exceptions.str1.1)
A Drodata_unpaged.ld.S10 *(.rodata.thread_set_exceptions.str1.1)
A Dtext_init.ld.S34 *(.text.thread_set_exceptions)
A Dtext_unpaged.ld.S35 *(.text.thread_set_exceptions)
A Dtee.symb_sizes892 000000000e10506c 0000000000000064 T thread_set_exceptions
A Dtee.dmp7689 000000000e10506c <thread_set_exceptions>:
7690 thread_set_exceptions():
7699 thread_set_exceptions():
7716 thread_set_exceptions():
7725 thread_set_exceptions():
7745 e1050ec: 97ffffe0 bl e10506c <thread_set_exceptions>
7756 e105104: 17ffffda b e10506c <thread_set_exceptions>
8887 e105c64: 17fffd02 b e10506c <thread_set_exceptions>
8938 e105cec: 17fffce0 b e10506c <thread_set_exceptions>
13241 e108900: 97fff1db bl e10506c <thread_set_exceptions>
[all …]
A Dtee.map20810 .text.thread_set_exceptions
20812 0x000000000e10506c thread_set_exceptions
25030 .rodata.thread_set_exceptions.str1.1
/optee_os/core/arch/arm/include/kernel/
A Dthread.h379 void thread_set_exceptions(uint32_t exceptions);
/optee_os/core/arch/arm/mm/
A Dcore_mmu.c1494 thread_set_exceptions(exceptions); in cache_op_outer()

Completed in 198 milliseconds