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

/darwin-on-arm/xnu/osfmk/i386/
H A Drtclock_asm.h62 #define TIMER_UPDATE(treg,dreg,areg,offset) \ macro
79 TIMER_UPDATE(%ecx,%edx,%eax,old##_TIMER) /* update timer */ ; \
89 TIMER_UPDATE(%ebx,%edx,%eax,old##_STATE)/* update timer */ ; \
122 TIMER_UPDATE(%ecx,%edx,%eax,0) /* update timer */ ; \
132 TIMER_UPDATE(%ecx,%edx,%eax,0) /* update timer */ ; \
156 TIMER_UPDATE(%ecx,%edx,%eax,0) /* update timer */ ; \
165 TIMER_UPDATE(%ecx,%edx,%eax,0) /* update timer */ ; \
189 #define TIMER_UPDATE(treg,reg,offset) \ macro
201 TIMER_UPDATE(%rcx,%rax,old##_TIMER) /* update timer */ ; \
208 TIMER_UPDATE(
[all...]

Completed in 18 milliseconds