Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c329 const boolean_t straddles = (pageoff + size > PAGESIZE); in hot_patch_kernel_text() local
330 const size_t mapsize = straddles ? PAGESIZE * 2 : PAGESIZE; in hot_patch_kernel_text()
343 if (straddles) { in hot_patch_kernel_text()