Searched refs:_COMM_PAGE_SEC_PER_TICK (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dgettimeofday.s57 // _COMM_PAGE_SEC_PER_TICK = multiply timebase ticks by this to get seconds (double)
75 lfd f1,_COMM_PAGE_SEC_PER_TICK(0)
151 lfd f1,_COMM_PAGE_SEC_PER_TICK(0)
209 lfd f1,_COMM_PAGE_SEC_PER_TICK(0)
H A Dcommpage_asm.s55 // the number used to compute _COMM_PAGE_SEC_PER_TICK. Since this constant
85 * _COMM_PAGE_SEC_PER_TICK = multiply timebase ticks by this to get seconds (double)
147 cmpw r0,r7 // do we need to recompute _COMM_PAGE_SEC_PER_TICK?
167 stfd f3,_COMM_PAGE_SEC_PER_TICK(r9)
168 stfd f3,_COMM_PAGE_SEC_PER_TICK(r10)
H A Dcommpage.c638 commpage_stuff(_COMM_PAGE_SEC_PER_TICK,&c8,8);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu_capabilities.h166 #define _COMM_PAGE_SEC_PER_TICK (_COMM_PAGE_BASE_ADDRESS+0x070) // used by gettimeofday() macro

Completed in 17 milliseconds