Searched refs:TYPE_FAULT (Results 1 - 2 of 2) sorted by relevance

/arch/unicore32/mm/
H A Dalignment.c63 #define TYPE_FAULT 1 macro
245 return TYPE_FAULT;
271 return TYPE_FAULT;
348 return TYPE_FAULT;
436 if (type == TYPE_ERROR || type == TYPE_FAULT)
506 return TYPE_FAULT;
/arch/arm/mm/
H A Dalignment.c182 #define TYPE_FAULT 1 macro
381 return TYPE_FAULT;
437 return TYPE_FAULT;
468 return TYPE_FAULT;
567 return TYPE_FAULT;
791 type = TYPE_FAULT;
882 if (type == TYPE_ERROR || type == TYPE_FAULT) {

Completed in 161 milliseconds