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

/linux-master/arch/arm64/kernel/
H A Dcompat_alignment.c49 #define TYPE_FAULT 1 macro
90 return TYPE_FAULT;
96 return TYPE_FAULT;
141 return TYPE_FAULT;
156 return TYPE_FAULT;
373 if (type == TYPE_ERROR || type == TYPE_FAULT)
/linux-master/arch/arm/mm/
H A Dalignment.c180 #define TYPE_FAULT 1 macro
385 return TYPE_FAULT;
447 return TYPE_FAULT;
483 return TYPE_FAULT;
584 return TYPE_FAULT;
839 type = TYPE_FAULT;
930 if (type == TYPE_ERROR || type == TYPE_FAULT) {

Completed in 119 milliseconds