Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Dvm.h141 vm_offset_t buffer_eva; member
H A Dvm_init.c240 kmi->buffer_eva = kmi->buffer_sva + size; in vm_ksubmap_init()
/freebsd-12.1/sys/powerpc/aim/
H A Dmmu_oea.c2754 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in moea_scan_init()
2755 va = kmi.buffer_eva; in moea_scan_init()
H A Dmmu_oea64.c2867 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in moea64_scan_init()
2868 va = kmi.buffer_eva; in moea64_scan_init()
/freebsd-12.1/sys/powerpc/booke/
H A Dpmap.c3542 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in mmu_booke_scan_init()
3543 va = kmi.buffer_eva; in mmu_booke_scan_init()