Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dofw_machdep.c801 int static_interrupt_map[256]; in OF_mapintr() local
803 int *interrupt_map = &static_interrupt_map[0]; in OF_mapintr()
804 int maplen = sizeof static_interrupt_map; in OF_mapintr()
893 interrupt_map_len = sizeof static_interrupt_map; in OF_mapintr()