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

  /src/sys/arch/sparc/stand/ofwboot/
promlib.c 46 void *romp; variable in typeref:typename:void *
  /src/sys/dev/tc/
tc.c 212 tc_check_romp(const struct tc_rommap *romp)
215 switch (romp->tcr_width.v) {
225 if (romp->tcr_stride.v != 4)
228 for (size_t j = 0; j < romp->tcr_width.v; j++) {
229 if (romp->tcr_test[j + 0 * romp->tcr_stride.v] != 0x55 ||
230 romp->tcr_test[j + 1 * romp->tcr_stride.v] != 0x00 ||
231 romp->tcr_test[j + 2 * romp->tcr_stride.v] != 0xaa |
241 struct tc_rommap *romp; local in function:tc_checkslot
    [all...]
  /src/sys/arch/hp300/stand/common/
ite_subr.c 117 int c, i, romp; local in function:ite_fontinit8bpp
119 romp = getword(ip, getword(ip, FONTROM) + FONTADDR) + FONTDATA;
126 *dp++ = getbyte(ip, romp);
127 romp += 2;
  /src/sys/arch/sun3/sun3x/
pmap.c 985 struct sunromvec *romp; local in function:pmap_bootstrap_copyprom
990 romp = romVectorPtr;
996 mon_ctbl = *romp->monptaddr;
1015 mon_ctbl = *romp->shadowpteaddr;
  /src/sys/arch/sparc64/sparc64/
locore.s 287 * romp is the prom entry pointer
290 .globl romp
291 romp: POINTER 0 label
5848 sethi %hi(romp), %o4
5851 LDPTR [%o4+%lo(romp)], %o4 ! v9 stack, just load the addr and callit
5948 sethi %hi(romp), %l6
5949 LDPTR [%l6 + %lo(romp)], %l6

Completed in 22 milliseconds