HomeSort by: relevance | last modified time | path
    Searched defs:static_interrupt_map (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 801 int static_interrupt_map[256]; local in function:OF_mapintr
803 int *interrupt_map = &static_interrupt_map[0];
804 int maplen = sizeof static_interrupt_map;
893 interrupt_map_len = sizeof static_interrupt_map;

Completed in 12 milliseconds