Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c110 static paddr_t high_phys = -(paddr_t)1; /* last used physical address */ variable
213 if (physmem != 0 && high_phys > pfn_to_pa(physmem)) in do_bop_phys_alloc()
214 high_phys = pfn_to_pa(physmem); in do_bop_phys_alloc()
225 if (end > high_phys) in do_bop_phys_alloc()
226 end = P2ALIGN(high_phys, align); in do_bop_phys_alloc()
249 high_phys = pa; in do_bop_phys_alloc()