Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dslb.c493 static vm_offset_t realmax = 0; in slb_uma_real_alloc() local
497 if (realmax == 0) in slb_uma_real_alloc()
498 realmax = platform_real_maxaddr(); in slb_uma_real_alloc()
502 VM_ALLOC_WIRED, 1, 0, realmax, PAGE_SIZE, PAGE_SIZE, in slb_uma_real_alloc()