Lines Matching refs:LG_PAGE
1347 [LG_PAGE="$with_lg_page"], [LG_PAGE="detect"])
1348 if test "x$LG_PAGE" = "xdetect"; then
1349 AC_CACHE_CHECK([LG_PAGE],
1391 LG_PAGE="${je_cv_lg_page}"
1393 if test "x${LG_PAGE}" != "xundefined" ; then
1394 AC_DEFINE_UNQUOTED([LG_PAGE], [$LG_PAGE]) definition
1396 AC_MSG_ERROR([cannot determine value for LG_PAGE])
1427 if test "x${LG_PAGE}" != "xundefined" -a \
1428 "${je_cv_lg_hugepage}" -lt "${LG_PAGE}" ; then
1429 AC_MSG_ERROR([Huge page size (2^${je_cv_lg_hugepage}) must be at least page size (2^${LG_PAGE})])
1436 [LG_PAGE_SIZES="$with_lg_page_sizes"], [LG_PAGE_SIZES="$LG_PAGE"])