Home
last modified time | relevance | path

Searched refs:kconfig (Results 1 – 25 of 45) sorted by relevance

12

/tools/testing/selftests/rcutorture/bin/
A Dconfigcheck.sh42 sed -e 's/^/test_kconfig_disabled /' -e 's/=n$//' > $T/kconfig-n.sh
43 . $T/kconfig-n.sh
45 sed -e 's/^/test_kconfig_enabled /' > $T/kconfig-not-n.sh
46 . $T/kconfig-not-n.sh
A Dsrcu_lockdep.sh53 …tests/rcutorture/bin/kvm.sh --allcpus --duration 5s --configs "SRCU-P" --kconfig "CONFIG_FORCE_NEE…
86 …tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 5s --configs "SRCU-P" --kconfig
/tools/verification/rvgen/rvgen/
A Dgenerator.py21 self.kconfig = self._read_template_file("Kconfig")
130 kconfig = self.kconfig
133 kconfig = kconfig.replace("%%MODEL_NAME%%", self.name)
134 kconfig = kconfig.replace("%%MODEL_NAME_UP%%", self.name.upper())
135 kconfig = kconfig.replace("%%MONITOR_CLASS_TYPE%%", monitor_class_type)
136 kconfig = kconfig.replace("%%DESCRIPTION%%", self.description)
137 kconfig = kconfig.replace("%%MONITOR_DEPS%%", monitor_deps)
138 return kconfig
241 kconfig = self.fill_kconfig()
242 self._create_file("Kconfig", kconfig)
/tools/testing/selftests/net/rds/
A Drun.sh26 kconfig="$ksrc_dir/.config"
70 if ! grep -x "CONFIG_GCOV_PROFILE_RDS=y" "$kconfig" > /dev/null 2>&1; then
74 if ! grep -x "CONFIG_GCOV_KERNEL=y" "$kconfig" > /dev/null 2>&1; then
78 if grep -x "CONFIG_GCOV_PROFILE_ALL=y" "$kconfig" > /dev/null 2>&1; then
95 if ! grep -x "$1=y" "$kconfig" > /dev/null 2>&1; then
102 if grep -x "$1=y" "$kconfig" > /dev/null 2>&1; then
123 if ! test -e "$kconfig"; then
/tools/testing/selftests/net/tcp_ao/lib/
A Dkconfig.c127 static struct kconfig_t kconfig[__KCONFIG_LAST__] = { variable
150 if (kconfig[k]._error == KCONFIG_UNKNOWN) { in kernel_config_has()
151 if (kconfig[k].check_kconfig(&kconfig[k]._error)) in kernel_config_has()
154 ret = kconfig[k]._error == 0; in kernel_config_has()
/tools/testing/kunit/
A Dkunit_config.py87 kconfig = Kconfig()
97 kconfig.add_entry(match.group(1), match.group(2))
102 kconfig.add_entry(empty_match.group(1), 'n')
108 return kconfig
A Dkunit_kernel.py106 self._kconfig = qemu_arch_params.kconfig
116 kconfig = kunit_config.parse_from_string(self._kconfig)
117 kconfig.merge_in_entries(base_kunitconfig)
118 return kconfig
148 kconfig = kunit_config.parse_file(UML_KCONFIG_PATH)
149 kconfig.merge_in_entries(base_kunitconfig)
150 return kconfig
266 kconfig = kunit_config.parse_from_string('\n'.join(kconfig_add))
267 self._kconfig.merge_in_entries(kconfig)
A Dqemu_config.py15 kconfig: str
/tools/testing/selftests/bpf/prog_tests/
A Dlsm_cgroup.c174 if (!(skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional()
175 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional()
176 || skel->kconfig->CONFIG_SECURITY_SMACK)) in test_lsm_cgroup_functional()
240 if (skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional()
241 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional()
242 || skel->kconfig->CONFIG_SECURITY_SMACK) in test_lsm_cgroup_functional()
/tools/testing/kunit/qemu_configs/
A Dm68k.py5 kconfig='''
A Dpowerpc.py4 kconfig='''
A Dpowerpc32.py6 kconfig='''
A Dpowerpcle.py6 kconfig='''
A Ds390.py4 kconfig='''
A Dsparc64.py6 kconfig='''
A Dalpha.py4 kconfig='''
A Darm.py4 kconfig='''
A Darm64.py4 kconfig='''
A Di386.py4 kconfig='''
A Dloongarch.py6 kconfig='''
A Driscv32.py6 kconfig='''
A Dsparc.py4 kconfig='''
A Dx86_64.py4 kconfig='''
A Dsh.py5 kconfig='''
/tools/testing/selftests/kho/
A Dvmtest.sh57 local kconfig="$build_dir/.config"
60 tee "$kconfig" > "$kho_config" <<EOF
74 grep "$opt" "$kconfig" &>/dev/null || skip "$opt is missing"

Completed in 25 milliseconds

12