Searched refs:EXCCODE_INT_START (Results 1 – 5 of 5) sorted by relevance
375 case 0 ... EXCCODE_INT_START - 1: in bt_address() 378 case EXCCODE_INT_START ... EXCCODE_INT_END: in bt_address()
35 if (entry_offset >= EXCCODE_INT_START * VECSIZE) in scan_handlers()
57 void *exception_table[EXCCODE_INT_START] = {58 [0 ... EXCCODE_INT_START - 1] = handle_reserved,1193 for (i = EXCCODE_INT_START; i <= EXCCODE_INT_END; i++) in trap_init()
949 static exit_handle_fn kvm_fault_tables[EXCCODE_INT_START] = {950 [0 ... EXCCODE_INT_START - 1] = kvm_fault_ni,
1478 #define EXCCODE_INT_START 64 macro 1479 #define EXCCODE_INT_END (EXCCODE_INT_START + EXCCODE_INT_NUM - 1)