Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c4198 if (nextva < sva) in pmap_remove()
4199 nextva = eva; in pmap_remove()
4218 if (sva + PTE1_SIZE == nextva && eva >= nextva) { in pmap_remove()
4241 if (nextva > eva) in pmap_remove()
4242 nextva = eva; in pmap_remove()
4989 nextva = eva; in pmap_protect()
5006 if (sva + PTE1_SIZE == nextva && eva >= nextva) { in pmap_protect()
5043 nextva = eva; in pmap_protect()
5436 nextva = eva; in pmap_unwire()
5456 if (sva + PTE1_SIZE == nextva && eva >= nextva) { in pmap_unwire()
[all …]