Lines Matching +full:skip +full:- +full:config
2 # SPDX-License-Identifier: GPL-2.0
6 # This is a test for mmap behavior with 5-level paging. This script wraps the
13 # Kselftest framework requirement - SKIP code is 4.
24 local config="/proc/config.gz"
25 [[ -f "${config}" ]] || config="/boot/config-$(uname -r)"
26 [[ -f "${config}" ]] || fail "Cannot find kernel config in /proc or /boot"
28 # gzip -dcfq automatically handles both compressed and plaintext input.
29 # See man 1 gzip under '-f'.
30 local pg_table_levels=$(gzip -dcfq "${config}" | grep PGTABLE_LEVELS | cut -d'=' -f 2)
35 if [[ "${pg_table_levels}" -lt 5 ]]; then
38 elif [[ "${cpu_supports_pl5}" -ne 0 ]]; then
49 case `uname -m` in
62 # In order to run hugetlb testcases, "--run-hugetlb" must be appended
64 ./va_high_addr_switch --run-hugetlb