Searched refs:INTVEC (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/arch/sparc64/dev/
H A Dsbus.c367 ih->ih_number = INTVEC(*(ih->ih_map));
676 vec = INTVEC(vec);
722 INTVEC(intrmap = intrptr[i]) != INTVEC(vec); i++)
724 if (INTVEC(intrmap) == INTVEC(vec)) {
H A Diommureg.h167 #define INTVEC(x) ((x)&INTMAP_INR) macro
H A Debus_mainbus.c271 KASSERT(sysino == INTVEC(sysino));
317 ino |= INTVEC(ihandle);
H A Dvbus.c227 uint64_t sysino = INTVEC(ihandle);
H A Dfhc.c269 vec = INTVEC(ihandle);
H A Dvpci.c422 devino = INTVEC(*ihp);
619 uint64_t sysino = INTVEC(ihandle);
714 uint64_t sysino = INTVEC(ih->ih_number);
H A Dschizo.c777 long vec = INTVEC(ihandle);
779 vec = INTVEC(ihandle);
H A Dpci_machdep.c494 snprintf(str, sizeof str, "ivec 0x%llx", INTVEC(ih));
H A Dpsycho.c685 ih->ih_number = INTVEC(*(ih->ih_map));
1203 long vec = INTVEC(ihandle);
H A Dpyro.c777 ino |= INTVEC(ihandle);
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dintr.c349 KASSERT(INTVEC(devino) == devino);

Completed in 103 milliseconds