Searched refs:fetch_fault (Results 1 – 3 of 3) sorted by relevance
221 goto fetch_fault; in handle_unaligned_ins()234 goto fetch_fault; in handle_unaligned_ins()245 goto fetch_fault; in handle_unaligned_ins()258 goto fetch_fault; in handle_unaligned_ins()269 goto fetch_fault; in handle_unaligned_ins()284 goto fetch_fault; in handle_unaligned_ins()300 goto fetch_fault; in handle_unaligned_ins()314 goto fetch_fault; in handle_unaligned_ins()333 goto fetch_fault; in handle_unaligned_ins()346 goto fetch_fault; in handle_unaligned_ins()[all …]
57 TP_PROTO(u64 addr, int write_fault, int user_fault, int fetch_fault),58 TP_ARGS(addr, write_fault, user_fault, fetch_fault),68 | (!!fetch_fault << 4);
154 const int fetch_fault = access & PFERR_FETCH_MASK; in FNAME() local158 fetch_fault); in FNAME()220 if (unlikely(fetch_fault && (pte & PT64_NX_MASK))) in FNAME()231 if (fetch_fault && !user_fault) in FNAME()266 ac = write_fault | fetch_fault | user_fault; in FNAME()311 if (fetch_fault && (mmu->nx || in FNAME()