Searched refs:thread_vector_table (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi_rv.S | 218 FUNC thread_vector_table , : , .identity_map, , nobti 231 END_FUNC thread_vector_table 232 DECLARE_KEEP_PAGER thread_vector_table
|
| H A D | entry.S | 377 la a1, thread_vector_table
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc_a64.S | 146 FUNC thread_vector_table , : , .identity_map, , nobti 156 END_FUNC thread_vector_table 157 DECLARE_KEEP_PAGER thread_vector_table
|
| H A D | thread_optee_smc_a32.S | 157 FUNC thread_vector_table , : , .identity_map 168 END_FUNC thread_vector_table 169 DECLARE_KEEP_PAGER thread_vector_table
|
| H A D | entry_a64.S | 632 adr x1, thread_vector_table
|
| H A D | entry_a32.S | 805 ldr r1, =thread_vector_table
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_arch.h | 79 struct thread_vector_table { struct 91 extern struct thread_vector_table thread_vector_table; argument
|