Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dintvec_64.S1493 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt macro
1511 int_hand INT_MEM_ERROR, MEM_ERROR, do_trap
1512 int_hand INT_SINGLE_STEP_3, SINGLE_STEP_3, bad_intr
1514 int_hand INT_SINGLE_STEP_2, SINGLE_STEP_2, gx_singlestep_handle
1515 int_hand INT_SINGLE_STEP_1, SINGLE_STEP_1, bad_intr
1517 int_hand INT_SINGLE_STEP_2, SINGLE_STEP_2, bad_intr
1518 int_hand INT_SINGLE_STEP_1, SINGLE_STEP_1, gx_singlestep_handle
1520 int_hand INT_SINGLE_STEP_0, SINGLE_STEP_0, bad_intr
1521 int_hand INT_IDN_COMPLETE, IDN_COMPLETE, bad_intr
1522 int_hand INT_UDN_COMPLETE, UDN_COMPLETE, bad_intr
[all …]
Dintvec_32.S112 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt macro
1857 int_hand INT_ITLB_MISS, ITLB_MISS, \
1859 int_hand INT_MEM_ERROR, MEM_ERROR, bad_intr
1860 int_hand INT_ILL, ILL, do_trap, handle_ill
1861 int_hand INT_GPV, GPV, do_trap
1862 int_hand INT_SN_ACCESS, SN_ACCESS, do_trap
1863 int_hand INT_IDN_ACCESS, IDN_ACCESS, do_trap
1864 int_hand INT_UDN_ACCESS, UDN_ACCESS, do_trap
1865 int_hand INT_IDN_REFILL, IDN_REFILL, bad_intr
1866 int_hand INT_UDN_REFILL, UDN_REFILL, bad_intr
[all …]