Searched refs:isu (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/powerpc/pic/
H A Dpic_distopenpic.c60 setup_distributed_openpic(void *addr, int nrofisus, void **isu, int *maps) argument
76 opicops->isu = kmem_alloc(sizeof(volatile u_char *) * nrofisus,
81 opicops->isu[i] = (void *)isu[i];
155 distopic_read(struct openpic_ops *opic, int isu, int offset) argument
157 volatile unsigned char *addr = opic->isu[isu] + offset;
163 distopic_write(struct openpic_ops *opic, int isu, int offset, u_int val) argument
165 volatile unsigned char *addr = opic->isu[isu]
174 int isu, realirq = -1, realpri = uimax(1, uimin(15, pri)); local
205 int isu, realirq = -1; local
219 int isu, realirq = -1; local
[all...]
H A Dpicvar.h77 volatile unsigned char **isu; member in struct:openpic_ops
H A Dpic_openpic.c80 opicops->isu = NULL;
H A Dpic_mpcsoc.c117 ops->isu = NULL;
/netbsd-current/sys/arch/ofppc/ofppc/
H A Dmainbus.c113 unsigned char *isu[OPENPIC_MAX_ISUS]; local
191 isu[j] = (unsigned char *)mapiodev(reg[(j+1)*2],
195 (void)setup_distributed_openpic(baseaddr, i, (void **)isu, isumap);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c959 int isu = 0, gotti, isaop; local
980 isu = a1->iarg(1);
981 if (a2 != NULL && !isu)
982 isu = a2->iarg(1);
985 p1 = ticast(p1, isu);
989 p2 = ticast(p2, isu);
1001 sp = isu ? ucmpti2sp : cmpti2sp;
1021 isu ? lshrdi3sp : ashrdi3sp;
1047 op == DIV ? (isu ? udivti3sp : divti3sp) :
1048 op == MOD ? (isu
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal.c625 int isu; local
630 isu = 0;
634 q = q->n_left, isu = 1;
666 if (isu) {
677 if (isu) {
685 if (isu)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal.c770 int isu; local
774 isu = 0;
778 q = q->n_left, isu = 1;
798 if (isu) {
813 if (isu) {
824 if (isu)

Completed in 202 milliseconds