Home
last modified time | relevance | path

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

/freebsd-13.1/sys/vm/
H A Dvm.h152 vm_offset_t buffer_eva; member
H A Dvm_init.c227 kmi->buffer_eva = kmi->buffer_sva + size; in vm_ksubmap_init()
/freebsd-13.1/sys/powerpc/booke/
H A Dpmap.c2157 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in mmu_booke_scan_init()
2158 va = kmi.buffer_eva; in mmu_booke_scan_init()
/freebsd-13.1/sys/powerpc/aim/
H A Dmmu_oea.c2811 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in moea_scan_init()
2812 va = kmi.buffer_eva; in moea_scan_init()
H A Dmmu_oea64.c3298 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in moea64_scan_init()
3299 va = kmi.buffer_eva; in moea64_scan_init()