Home
last modified time | relevance | path

Searched refs:tl0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/diff/src/
H A Ded.c138 long int tf0, tl0, tf1, tl1; in print_rcs_hunk() local
147 translate_range (&files[0], f0, l0, &tf0, &tl0); in print_rcs_hunk()
154 fprintf (outfile, "%ld %ld\n", tf0, tf0 <= tl0 ? tl0 - tf0 + 1 : 1); in print_rcs_hunk()
163 fprintf (outfile, "%ld %ld\n", tl0, tf1 <= tl1 ? tl1 - tf1 + 1 : 1); in print_rcs_hunk()
/freebsd/sys/arm64/iommu/
H A Diommu_pmap.c386 pd_entry_t *l0, tl0; in _smmu_pmap_unwire_l3() local
390 tl0 = smmu_pmap_load(l0); in _smmu_pmap_unwire_l3()
391 l1pg = PHYS_TO_VM_PAGE(tl0 & ~ATTR_MASK); in _smmu_pmap_unwire_l3()
478 pd_entry_t tl0; in _pmap_alloc_l3() local
484 tl0 = smmu_pmap_load(l0); in _pmap_alloc_l3()
485 if (tl0 == 0) { in _pmap_alloc_l3()
494 l1pg = PHYS_TO_VM_PAGE(tl0 & ~ATTR_MASK); in _pmap_alloc_l3()
504 pd_entry_t tl0, tl1; in _pmap_alloc_l3() local
510 tl0 = smmu_pmap_load(l0); in _pmap_alloc_l3()
511 if (tl0 == 0) { in _pmap_alloc_l3()
[all …]
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dresolv.subr87 tl0 = tolower($0)
88 if ( match(tl0, /^[[:space:]]*search[[:space:]]+/) ) {
136 tl0 = tolower($0)
138 match(tl0, /^[[:space:]]*domain[[:space:]]+/) ) \
146 match(tl0, /^[[:space:]]*search[[:space:]]+/) ) \
/freebsd/sys/arm64/arm64/
H A Dpmap.c2461 pd_entry_t *l0, tl0; in _pmap_unwire_l3() local
2465 tl0 = pmap_load(l0); in _pmap_unwire_l3()
2466 l1pg = PTE_TO_VM_PAGE(tl0); in _pmap_unwire_l3()
2672 pd_entry_t tl0; in _pmap_alloc_l3() local
2678 tl0 = pmap_load(l0); in _pmap_alloc_l3()
2679 if (tl0 == 0) { in _pmap_alloc_l3()
2688 l1pg = PTE_TO_VM_PAGE(tl0); in _pmap_alloc_l3()
2700 pd_entry_t tl0, tl1; in _pmap_alloc_l3() local
2706 tl0 = pmap_load(l0); in _pmap_alloc_l3()
2707 if (tl0 == 0) { in _pmap_alloc_l3()
[all …]