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

  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 803 int *interrupt_map = &static_interrupt_map[0]; local in function:OF_mapintr
861 "interrupt-map", interrupt_map, maplen)) <= 0) {
895 interrupt_map = free_map;
944 int *imap = &interrupt_map[i];
994 /* Move on to the next interrupt_map entry. */
ofw_machdep.c 803 int *interrupt_map = &static_interrupt_map[0]; local in function:OF_mapintr
861 "interrupt-map", interrupt_map, maplen)) <= 0) {
895 interrupt_map = free_map;
944 int *imap = &interrupt_map[i];
994 /* Move on to the next interrupt_map entry. */
ofw_machdep.c 803 int *interrupt_map = &static_interrupt_map[0]; local in function:OF_mapintr
861 "interrupt-map", interrupt_map, maplen)) <= 0) {
895 interrupt_map = free_map;
944 int *imap = &interrupt_map[i];
994 /* Move on to the next interrupt_map entry. */

Completed in 32 milliseconds