Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc64/dev/
Dsbus.c256 ih->ih_map = &sc->sc_sysio->therm_int_map; in sbus_attach()
261 ih->ih_number = INTVEC(*(ih->ih_map)); in sbus_attach()
264 *(ih->ih_map) |= INTMAP_V|(CPU_UPAID << INTMAP_TID_SHIFT); in sbus_attach()
527 ih->ih_map = &(&sc->sc_sysio->sbus_slot0_int)[slot]; in sbus_intr_establish()
531 int64_t imap = *ih->ih_map; in sbus_intr_establish()
536 ih->ih_map, ih->ih_clr); in sbus_intr_establish()
542 *(ih->ih_map) = vec; in sbus_intr_establish()
559 ih->ih_map = &intrptr[i]; in sbus_intr_establish()
566 *(ih->ih_map) = imap; in sbus_intr_establish()
Dpsycho.c708 ih->ih_map = mapper; in psycho_set_intr()
712 ih->ih_number = INTVEC(*(ih->ih_map)); in psycho_set_intr()
715 *(ih->ih_map) |= INTMAP_V|(CPU_UPAID << INTMAP_TID_SHIFT); in psycho_set_intr()
1333 ih->ih_map = intrmapptr; in psycho_intr_establish()
Dfhc.c256 ih->ih_map = intrmapptr; in fhc_intr_establish()
Debus_mainbus.c356 ih->ih_map = intrmapptr; in ebus_mainbus_intr_establish()
Dschizo.c595 ih->ih_map = (uint64_t *)(uintptr_t)(intrregs + mapoff); in schizo_set_intr()
849 ih->ih_map = intrmapptr; in schizo_intr_establish()
Dpyro.c585 ih->ih_map = intrmapptr; in pyro_intr_establish()
/netbsd/src/sys/arch/sparc64/include/
Dcpu.h392 volatile uint64_t *ih_map; /* Interrupt map reg */ member
/netbsd/src/sys/arch/sparc64/sparc64/
Dintr.c281 ih->ih_number, ih->ih_pil, (void *)ih->ih_map, in intr_establish()
Dgenassym.cf266 define IH_MAP offsetof(struct intrhand, ih_map)