/kernel/linux/linux-5.10/kernel/kcsan/ |
H A D | debugfs.c | 36 * whitelist or blacklist. 43 bool whitelist; /* if list is a blacklist or whitelist */ member 49 .whitelist = false, /* default is blacklist */ 121 if (report_filterlist.whitelist) in kcsan_skip_report_debugfs() 129 static void set_report_filterlist_whitelist(bool whitelist) in set_report_filterlist_whitelist() argument 134 report_filterlist.whitelist = whitelist; in set_report_filterlist_whitelist() 204 report_filterlist.whitelist ? "whitelisted" : "blacklisted", in show_info() 240 } else if (!strcmp(arg, "whitelist")) { in debugfs_write() [all...] |
/kernel/linux/linux-6.6/kernel/kcsan/ |
H A D | debugfs.c | 41 * whitelist or blacklist. 48 bool whitelist; /* if list is a blacklist or whitelist */ member 54 .whitelist = false, /* default is blacklist */ 126 if (report_filterlist.whitelist) in kcsan_skip_report_debugfs() 134 static void set_report_filterlist_whitelist(bool whitelist) in set_report_filterlist_whitelist() argument 139 report_filterlist.whitelist = whitelist; in set_report_filterlist_whitelist() 209 report_filterlist.whitelist ? "whitelisted" : "blacklisted", in show_info() 245 } else if (!strcmp(arg, "whitelist")) { in debugfs_write() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_workarounds.c | 182 i915_reg_t reg = i < engine->whitelist.count ? in get_whitelist_reg() 183 engine->whitelist.list[i].reg : in get_whitelist_reg() 303 engine->whitelist.count, engine->name, name); in check_whitelist_across_reset() 315 pr_err("Invalid whitelist *before* %s reset!\n", name); in check_whitelist_across_reset() 350 pr_err("Invalid whitelist *after* %s reset in fresh context!\n", in check_whitelist_across_reset() 445 int count = engine->whitelist.count; in whitelist_writable_count() 448 for (i = 0; i < engine->whitelist.count; i++) { in whitelist_writable_count() 449 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in whitelist_writable_count() 502 for (i = 0; i < engine->whitelist.count; i++) { in check_dirty_whitelist() 503 u32 reg = i915_mmio_reg_offset(engine->whitelist in check_dirty_whitelist() [all...] |
H A D | intel_workarounds.c | 28 * - Workarounds that whitelist a privileged register, so that UMDs can manage 47 * display, register whitelist, batchbuffer). Then, inside each type, keep the 1456 struct i915_wa_list *w = &engine->whitelist; in skl_whitelist_build() 1472 gen9_whitelist_build(&engine->whitelist); in bxt_whitelist_build() 1477 struct i915_wa_list *w = &engine->whitelist; in kbl_whitelist_build() 1490 struct i915_wa_list *w = &engine->whitelist; in glk_whitelist_build() 1503 struct i915_wa_list *w = &engine->whitelist; in cfl_whitelist_build() 1526 struct i915_wa_list *w = &engine->whitelist; in cml_whitelist_build() 1538 struct i915_wa_list *w = &engine->whitelist; in cnl_whitelist_build() 1549 struct i915_wa_list *w = &engine->whitelist; in icl_whitelist_build() [all...] |
H A D | intel_engine_types.h | 408 struct i915_wa_list whitelist; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_workarounds.c | 180 i915_reg_t reg = i < engine->whitelist.count ? in get_whitelist_reg() 181 engine->whitelist.list[i].reg : in get_whitelist_reg() 308 engine->whitelist.count, engine->name, name); in check_whitelist_across_reset() 320 pr_err("Invalid whitelist *before* %s reset!\n", name); in check_whitelist_across_reset() 366 pr_err("Invalid whitelist *after* %s reset in fresh context!\n", in check_whitelist_across_reset() 461 int count = engine->whitelist.count; in whitelist_writable_count() 464 for (i = 0; i < engine->whitelist.count; i++) { in whitelist_writable_count() 465 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in whitelist_writable_count() 519 for (i = 0; i < engine->whitelist.count; i++) { in check_dirty_whitelist() 520 u32 reg = i915_mmio_reg_offset(engine->whitelist in check_dirty_whitelist() [all...] |
H A D | intel_workarounds.c | 61 * - Register whitelist: some workarounds need to be implemented in userspace, 62 * but need to touch privileged registers. The whitelist in the kernel 2065 struct i915_wa_list *w = &engine->whitelist; in skl_whitelist_build() 2081 gen9_whitelist_build(&engine->whitelist); in bxt_whitelist_build() 2086 struct i915_wa_list *w = &engine->whitelist; in kbl_whitelist_build() 2099 struct i915_wa_list *w = &engine->whitelist; in glk_whitelist_build() 2112 struct i915_wa_list *w = &engine->whitelist; in cfl_whitelist_build() 2135 struct i915_wa_list *w = &engine->whitelist; in allow_read_ctx_timestamp() 2152 struct i915_wa_list *w = &engine->whitelist; in icl_whitelist_build() 2200 struct i915_wa_list *w = &engine->whitelist; in tgl_whitelist_build() [all...] |
H A D | intel_engine_types.h | 484 struct i915_wa_list whitelist; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 61 for (i = 0; i < sel->whitelist.cnt; i++) { in should_run() 62 if (strstr(name, sel->whitelist.strs[i])) in should_run() 66 if (!sel->whitelist.cnt && !sel->num_set) in should_run() 499 &env->subtest_selector.whitelist)) in parse_arg() 502 if (parse_str_list(arg, &env->test_selector.whitelist)) in parse_arg() 740 free_str_set(&env.test_selector.whitelist); in main() 743 free_str_set(&env.subtest_selector.whitelist); in main()
|
H A D | test_sockmap.c | 116 {"whitelist", required_argument, NULL, 'n' }, 146 char *whitelist; member 1794 if (!opt->whitelist) in check_whitelist() 1796 ptr = strdup(opt->whitelist); in check_whitelist() 1967 options.whitelist = strdup(optarg); in main() 1968 if (!options.whitelist) in main() 2013 if (options.whitelist) in main() 2014 free(options.whitelist); in main()
|
H A D | test_progs.h | 55 struct str_set whitelist; member
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cpufreq-dt-platdev.c | 18 static const struct of_device_id whitelist[] __initconst = { 182 match = of_match_node(whitelist, np); in cpufreq_dt_platdev_init()
|
/kernel/linux/common_modules/tzdriver/ |
H A D | Makefile | 12 obj-$(CONFIG_TZDRIVER) += whitelist/
|
/kernel/linux/linux-5.10/drivers/staging/hungtask/ |
H A D | hungtask_base.c | 26 static struct hlist_head whitelist[WHITELIST_LEN]; variable 165 if (!whitelist_empty && hashlist_find(whitelist, WHITELIST_LEN, tgid)) in get_task_type() 207 hashlist_clear(whitelist, WHITELIST_LEN); in refresh_whitelist_pids() 217 if (hashlist_insert(whitelist, WHITELIST_LEN, in refresh_whitelist_pids() 219 pr_info("whitelist[%d]-%s-%d\n", i, in refresh_whitelist_pids() 383 (flag & FLAG_DUMP_WHITE) ? "whitelist" : "applist"); in do_show_task() 421 taskitem->dump_wa = 0; /* whitelist or applist task dump times */ in create_taskitem() 422 taskitem->panic_wa = 0; /* whitelist or applist task panic times */ in create_taskitem() 850 buf += snprintf(buf, WHITELIST_STORE_LEN, "whitelist:[%s]\n", all_buf); in htbase_monitorlist_show() 863 hashlist_clear(whitelist, WHITELIST_LE in htbase_monitorlist_update() [all...] |
/kernel/linux/linux-6.6/drivers/staging/hungtask/ |
H A D | hungtask_base.c | 26 static struct hlist_head whitelist[WHITELIST_LEN]; variable 165 if (!whitelist_empty && hashlist_find(whitelist, WHITELIST_LEN, tgid)) in get_task_type() 207 hashlist_clear(whitelist, WHITELIST_LEN); in refresh_whitelist_pids() 217 if (hashlist_insert(whitelist, WHITELIST_LEN, in refresh_whitelist_pids() 219 pr_info("whitelist[%d]-%s-%d\n", i, in refresh_whitelist_pids() 383 (flag & FLAG_DUMP_WHITE) ? "whitelist" : "applist"); in do_show_task() 421 taskitem->dump_wa = 0; /* whitelist or applist task dump times */ in create_taskitem() 422 taskitem->panic_wa = 0; /* whitelist or applist task panic times */ in create_taskitem() 850 buf += snprintf(buf, WHITELIST_STORE_LEN, "whitelist:[%s]\n", all_buf); in htbase_monitorlist_show() 863 hashlist_clear(whitelist, WHITELIST_LE in htbase_monitorlist_update() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 170 for (i = 0; i < sel->whitelist.cnt; i++) { in should_run() 171 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run() 175 if (!sel->whitelist.cnt && !sel->num_set) in should_run() 202 for (i = 0; i < sel->whitelist.cnt; i++) { in should_run_subtest() 203 if (glob_match(test_name, sel->whitelist.tests[i].name)) { in should_run_subtest() 204 if (!sel->whitelist.tests[i].subtest_cnt) in should_run_subtest() 207 for (j = 0; j < sel->whitelist.tests[i].subtest_cnt; j++) { in should_run_subtest() 209 sel->whitelist.tests[i].subtests[j])) in should_run_subtest() 215 if (!sel->whitelist.cnt && !subtest_sel->num_set) in should_run_subtest() 734 free_test_filter_set(&test_selector->whitelist); in free_test_selector() [all...] |
H A D | test_sockmap.c | 114 {"whitelist", required_argument, NULL, 'n' }, 146 char *whitelist; member 1881 if (!opt->whitelist) in check_whitelist() 1883 ptr = strdup(opt->whitelist); in check_whitelist() 2054 options.whitelist = strdup(optarg); in main() 2055 if (!options.whitelist) in main() 2103 if (options.whitelist) in main() 2104 free(options.whitelist); in main()
|
H A D | test_progs.h | 64 struct test_filter_set whitelist; member
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-of.c | 438 const char *whitelist[] = { in of_find_regulator_gpio() local 453 i = match_string(whitelist, ARRAY_SIZE(whitelist), con_id); in of_find_regulator_gpio()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 1036 #define VULNWL(vendor, family, model, whitelist) \ 1037 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist) 1039 #define VULNWL_INTEL(model, whitelist) \ 1040 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist) 1042 #define VULNWL_AMD(family, whitelist) \ 1043 VULNWL(AMD, family, X86_MODEL_ANY, whitelist) 1045 #define VULNWL_HYGON(family, whitelist) \ 1046 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist) 1233 /* Set ITLB_MULTIHIT bug if cpu is not in the whitelist and not mitigated */ in cpu_set_bug_bits() 1253 * flag and protect from vendor-specific bugs via the whitelist in cpu_set_bug_bits() [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | common.c | 1169 #define VULNWL(vendor, family, model, whitelist) \ 1170 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist) 1172 #define VULNWL_INTEL(model, whitelist) \ 1173 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist) 1175 #define VULNWL_AMD(family, whitelist) \ 1176 VULNWL(AMD, family, X86_MODEL_ANY, whitelist) 1178 #define VULNWL_HYGON(family, whitelist) \ 1179 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist) 1368 /* Set ITLB_MULTIHIT bug if cpu is not in the whitelist and not mitigated */ in cpu_set_bug_bits() 1388 * flag and protect from vendor-specific bugs via the whitelist in cpu_set_bug_bits() [all...] |
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | bus-fixup.c | 64 * whitelist - forcefully whitelist client 68 static void whitelist(struct mei_cl_device *cldev) in whitelist() function 489 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | bus-fixup.c | 74 * whitelist - forcefully whitelist client 78 static void whitelist(struct mei_cl_device *cldev) in whitelist() function 564 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 48 static const struct whitelist_entry whitelist[] = { variable 797 for (entry = whitelist; entry->pathname; entry++) { in whitelisted_cast()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 1172 } whitelist[] = { in pmac_i2c_devscan() local 1204 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
|