Searched refs:userszc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h367 /* For x86, userszc is the same as the kernel's szc */
368 #define USERSZC_2_SZC(userszc) (userszc)
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h828 #define USERSZC_2_SZC(userszc) (userszc_2_szc[userszc])
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c475 * Note that szc and userszc may not be the same due to unsupported szc's on
479 page_get_user_pagesize(uint_t userszc) argument
481 uint_t szc = USERSZC_2_SZC(userszc);

Completed in 193 milliseconds