Searched refs:abort_type (Results 1 – 5 of 5) sorted by relevance
94 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 …]
21 uint32_t abort_type; member33 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs);
260 uint32_t abort_type; member
361 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()
1686 if (ai->abort_type == ABORT_TYPE_PREFETCH) { in pager_update_permissions()
Completed in 11 milliseconds