Searched refs:EXCCODE_INT_START (Results 1 – 5 of 5) sorted by relevance
374 case 0 ... EXCCODE_INT_START - 1: in bt_address()377 case EXCCODE_INT_START ... EXCCODE_INT_END: in bt_address()
56 void *exception_table[EXCCODE_INT_START] = {57 [0 ... EXCCODE_INT_START - 1] = handle_reserved,1181 for (i = EXCCODE_INT_START; i <= EXCCODE_INT_END; i++) in trap_init()
34 if (entry_offset >= EXCCODE_INT_START * VECSIZE) in scan_handlers()
872 static exit_handle_fn kvm_fault_tables[EXCCODE_INT_START] = {873 [0 ... EXCCODE_INT_START - 1] = kvm_fault_ni,
1397 #define EXCCODE_INT_START 64 macro1398 #define EXCCODE_INT_END (EXCCODE_INT_START + EXCCODE_INT_NUM - 1)