Home
last modified time | relevance | path

Searched refs:abort_type (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/kernel/
A Dabort.c94 if (abort_type == ABORT_TYPE_DATA) in abort_type_to_str()
96 if (abort_type == ABORT_TYPE_PREFETCH) in abort_type_to_str()
105 if (abort_type != ABORT_TYPE_DATA && abort_type != ABORT_TYPE_PREFETCH) in fault_to_str()
246 ai.abort_type = tsd->abort_type; in abort_print_current_ts()
269 tsd->abort_type = ai->abort_type; in save_abort_info_in_tsd()
280 switch (abort_type) { in set_abort_info()
294 ai->abort_type = abort_type; in set_abort_info()
308 ai->abort_type = ABORT_TYPE_PREFETCH; in set_abort_info()
314 ai->abort_type = ABORT_TYPE_DATA; in set_abort_info()
318 ai->abort_type = ABORT_TYPE_UNDEF; in set_abort_info()
[all …]
/optee_os/core/arch/arm/include/kernel/
A Dabort.h21 uint32_t abort_type; member
33 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs);
A Dthread.h260 uint32_t abort_type; member
/optee_os/core/arch/arm/tee/
A Darch_svc.c361 tsd->abort_type = ABORT_TYPE_USER_MODE_PANIC; in save_panic_stack()
382 tsd->abort_type = ABORT_TYPE_USER_MODE_PANIC; in save_panic_stack()
443 tsd->abort_type = ABORT_TYPE_USER_MODE_PANIC; in save_panic_stack()
457 tsd->abort_type = ABORT_TYPE_USER_MODE_PANIC; in save_panic_stack()
/optee_os/core/arch/arm/mm/
A Dtee_pager.c1686 if (ai->abort_type == ABORT_TYPE_PREFETCH) { in pager_update_permissions()

Completed in 11 milliseconds