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

/freebsd-current/contrib/diff/src/
H A Ded.c141 long int tf0, tl0, tf1, tl1;
150 translate_range (&files[0], f0, l0, &tf0, &tl0);
157 fprintf (outfile, "%ld %ld\n", tf0, tf0 <= tl0 ? tl0 - tf0 + 1 : 1);
166 fprintf (outfile, "%ld %ld\n", tl0, tf1 <= tl1 ? tl1 - tf1 + 1 : 1);
138 long int tf0, tl0, tf1, tl1; local
/freebsd-current/sys/arm64/iommu/
H A Diommu_pmap.c386 pd_entry_t *l0, tl0; local
390 tl0 = smmu_pmap_load(l0);
391 l1pg = PHYS_TO_VM_PAGE(tl0 & ~ATTR_MASK);
478 pd_entry_t tl0; local
484 tl0 = smmu_pmap_load(l0);
485 if (tl0 == 0) {
494 l1pg = PHYS_TO_VM_PAGE(tl0 & ~ATTR_MASK);
504 pd_entry_t tl0, tl1; local
510 tl0 = smmu_pmap_load(l0);
511 if (tl0
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c2460 pd_entry_t *l0, tl0; local
2464 tl0 = pmap_load(l0);
2465 l1pg = PTE_TO_VM_PAGE(tl0);
2671 pd_entry_t tl0; local
2677 tl0 = pmap_load(l0);
2678 if (tl0 == 0) {
2687 l1pg = PTE_TO_VM_PAGE(tl0);
2699 pd_entry_t tl0, tl1; local
2705 tl0 = pmap_load(l0);
2706 if (tl0
[all...]

Completed in 120 milliseconds