Searched refs:fault_type (Results 1 – 3 of 3) sorted by relevance
165 enum rt_mm_fault_type fault_type; in handle_user() local170 fault_type = MM_FAULT_TYPE_GENERIC_MMU; in handle_user()174 fault_type = MM_FAULT_TYPE_BUS_ERROR; in handle_user()178 fault_type = MM_FAULT_TYPE_BUS_ERROR; in handle_user()182 fault_type = MM_FAULT_TYPE_GENERIC_MMU; in handle_user()186 fault_type = MM_FAULT_TYPE_BUS_ERROR; in handle_user()190 fault_type = MM_FAULT_TYPE_BUS_ERROR; in handle_user()194 fault_type = MM_FAULT_TYPE_GENERIC_MMU; in handle_user()198 fault_type = MM_FAULT_TYPE_BUS_ERROR; in handle_user()202 fault_type = MM_FAULT_TYPE_BUS_ERROR; in handle_user()[all …]
100 enum rt_mm_fault_type fault_type; in user_fault_fixable() local111 fault_type = _get_type(esr); in user_fault_fixable()117 fault_type = _get_type(esr); in user_fault_fixable()132 .fault_type = fault_type, in user_fault_fixable()
57 .fault_type = MM_FAULT_TYPE_PAGE_FAULT, in check_data_abort()80 .fault_type = MM_FAULT_TYPE_PAGE_FAULT, in check_prefetch_abort()
Completed in 11 milliseconds