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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dgettimeofday.s55 // _COMM_PAGE_TIMEBASE = the timebase at which the timestamp was valid
72 lwz r5,_COMM_PAGE_TIMEBASE+0(0) // r5,r6 = TBR at timestamp
73 lwz r6,_COMM_PAGE_TIMEBASE+4(0)
86 lwz r0,_COMM_PAGE_TIMEBASE+0(0) // then load data a 2nd time
87 lwz r12,_COMM_PAGE_TIMEBASE+4(0)
149 ld r6,_COMM_PAGE_TIMEBASE(0) // r6 = TBR at timestamp
154 ld r11,_COMM_PAGE_TIMEBASE(0) // then get data a 2nd time
207 ld r6,_COMM_PAGE_TIMEBASE(0) // r6 = TBR at timestamp
212 ld r11,_COMM_PAGE_TIMEBASE(0) // then get data a 2nd time
H A Dcommpage_asm.s84 * _COMM_PAGE_TIMEBASE = the timebase at which the timestamp was valid
139 stfd f1,_COMM_PAGE_TIMEBASE(r9) // turn off the 32-bit-commpage timestamp (atomically)
140 stfd f1,_COMM_PAGE_TIMEBASE(r10) // and the 64-bit one too
176 stfd f1,_COMM_PAGE_TIMEBASE(r9) // then turn the timestamp back on (atomically)
177 stfd f1,_COMM_PAGE_TIMEBASE(r10) // both
H A Dcommpage.c636 commpage_stuff(_COMM_PAGE_TIMEBASE,&c8,8);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu_capabilities.h164 #define _COMM_PAGE_TIMEBASE (_COMM_PAGE_BASE_ADDRESS+0x060) // used by gettimeofday() macro

Completed in 60 milliseconds