Home
last modified time | relevance | path

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

/src/sys/vm/
H A Dvm_init.c252 kmi->buffer_eva = kmi->buffer_sva + size; in vm_ksubmap_init()
262 kmi->buffer_eva, size, PAGE_SIZE, 0, M_WAITOK); in vm_ksubmap_init()
H A Dvm.h148 vm_offset_t buffer_eva; member
/src/sys/powerpc/aim/
H A Dmmu_oea.c2816 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in moea_scan_init()
2817 va = kmi.buffer_eva; in moea_scan_init()
H A Dmmu_oea64.c3264 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in moea64_scan_init()
3265 va = kmi.buffer_eva; in moea64_scan_init()
/src/sys/powerpc/booke/
H A Dpmap.c2166 if (va >= kmi.buffer_sva && va < kmi.buffer_eva) { in mmu_booke_scan_init()
2167 va = kmi.buffer_eva; in mmu_booke_scan_init()