Searched refs:tbl (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dtable_inline.h62 sel_to_ldt_entry(tbl, sel)
63 ldt_t * tbl; variable
66 return (&tbl[sel.index]);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.c91 natural_t tbu, tbu2, tbl; local
119 asm volatile(" mftb %0" : "=r" (tbl));
124 ttt.tb[1] = tbl; /* Set low */
129 tbl = ttt.tb[1]; /* Save in regular variable */
133 mttb(tbl); /* Set adjusted low */
H A Dcpu.c168 uint32_t tbu, tbl; local
172 tbl = mftb();
183 mttb(tbl);
713 natural_t tbu, tbl; local
737 tbl = (uint32_t)syncClkSpot.abstime;
741 mttb(tbl);
762 unsigned int tbu, tbu2, tbl; local
772 asm volatile(" mftb %0" : "=r" (tbl));
776 timebaseAddr->abstime = ((uint64_t)tbu << 32) | tbl;
H A Dstart.s119 mtspr tbl,r17 ; Clear bottom so we do not tick
121 mtspr tbl,r16 ; Then bottom again
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Packet.c149 static TBL tbl[16] = { variable
418 m->t = &tbl[sp->openState - O_STATE_LISTEN + m->idx];

Completed in 112 milliseconds