Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c537 caddr_t ostk_low, ostk_high; in cb_relocate() local
545 ostk_high = (caddr_t)&estack - MMU_PAGESIZE; in cb_relocate()
562 is_ostk = (virt >= ostk_low && virt <= ostk_high); in cb_relocate()