Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dpage.h940 #define PP_ISNORELOCKERNEL(pp) (PP_ISNORELOC(pp) && PP_ISKAS(pp)) macro
H A Dvm_page.c6702 if (PP_ISNORELOCKERNEL(pp)) { in page_capture_pre_checks()