1 // SPDX-License-Identifier: GPL-2.0
4 #include <linux/compiler.h>
7 #include "tests/tests.h"
8 #include "util/find-map.c"
10 #define VECTORS__MAP_NAME "[vectors]"
12 int test__vectors_page(struct test
*test __maybe_unused
,
13 int subtest __maybe_unused
)
17 if (find_map(&start
, &end
, VECTORS__MAP_NAME
)) {
18 pr_err("%s not found, is CONFIG_KUSER_HELPERS enabled?\n",