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

/darwin-on-arm/xnu/osfmk/arm/
H A Darm_vm_init.c266 unsigned int *ttv = (unsigned int *) tte; local
272 *ttv = pte_iter;
273 *ttv |= L1_TYPE_PTE;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c714 struct timeval ttv, tv; local
723 ttv.tv_sec = tv_sec;
724 ttv.tv_usec = tv_usec;
728 timersub(&tv, &ttv, &p->p_rlim_cpu);

Completed in 23 milliseconds