Home
last modified time | relevance | path

Searched refs:int_hand (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/tile/kernel/
Dintvec_64.S1498 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt macro
1516 int_hand INT_MEM_ERROR, MEM_ERROR, do_trap
1517 int_hand INT_SINGLE_STEP_3, SINGLE_STEP_3, bad_intr
1519 int_hand INT_SINGLE_STEP_2, SINGLE_STEP_2, gx_singlestep_handle
1520 int_hand INT_SINGLE_STEP_1, SINGLE_STEP_1, bad_intr
1522 int_hand INT_SINGLE_STEP_2, SINGLE_STEP_2, bad_intr
1523 int_hand INT_SINGLE_STEP_1, SINGLE_STEP_1, gx_singlestep_handle
1525 int_hand INT_SINGLE_STEP_0, SINGLE_STEP_0, bad_intr
1526 int_hand INT_IDN_COMPLETE, IDN_COMPLETE, bad_intr
1527 int_hand INT_UDN_COMPLETE, UDN_COMPLETE, bad_intr
[all …]
Dintvec_32.S112 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt macro
1858 int_hand INT_ITLB_MISS, ITLB_MISS, \
1860 int_hand INT_MEM_ERROR, MEM_ERROR, bad_intr
1861 int_hand INT_ILL, ILL, do_trap, handle_ill
1862 int_hand INT_GPV, GPV, do_trap
1863 int_hand INT_SN_ACCESS, SN_ACCESS, do_trap
1864 int_hand INT_IDN_ACCESS, IDN_ACCESS, do_trap
1865 int_hand INT_UDN_ACCESS, UDN_ACCESS, do_trap
1866 int_hand INT_IDN_REFILL, IDN_REFILL, bad_intr
1867 int_hand INT_UDN_REFILL, UDN_REFILL, bad_intr
[all …]