Searched refs:whitelist (Results 1 - 11 of 11) sorted by relevance

/linux-master/kernel/kcsan/
H A Ddebugfs.c41 * whitelist or blacklist.
48 bool whitelist; /* if list is a blacklist or whitelist */ member in struct:__anon502
54 .whitelist = false, /* default is blacklist */
126 if (report_filterlist.whitelist)
134 static void set_report_filterlist_whitelist(bool whitelist) argument
139 report_filterlist.whitelist = whitelist;
209 report_filterlist.whitelist ? "whitelisted" : "blacklisted",
245 } else if (!strcmp(arg, "whitelist")) {
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c180 i915_reg_t reg = i < engine->whitelist.count ?
181 engine->whitelist.list[i].reg :
308 engine->whitelist.count, engine->name, name);
320 pr_err("Invalid whitelist *before* %s reset!\n", name);
366 pr_err("Invalid whitelist *after* %s reset in fresh context!\n",
461 int count = engine->whitelist.count;
464 for (i = 0; i < engine->whitelist.count; i++) {
465 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg);
519 for (i = 0; i < engine->whitelist.count; i++) {
520 u32 reg = i915_mmio_reg_offset(engine->whitelist
[all...]
H A Dintel_workarounds.c64 * - Register whitelist: some workarounds need to be implemented in userspace,
65 * but need to touch privileged registers. The whitelist in the kernel
1994 struct i915_wa_list *w = &engine->whitelist;
2010 gen9_whitelist_build(&engine->whitelist);
2015 struct i915_wa_list *w = &engine->whitelist;
2028 struct i915_wa_list *w = &engine->whitelist;
2041 struct i915_wa_list *w = &engine->whitelist;
2064 struct i915_wa_list *w = &engine->whitelist;
2081 struct i915_wa_list *w = &engine->whitelist;
2129 struct i915_wa_list *w = &engine->whitelist;
[all...]
H A Dintel_engine_types.h497 struct i915_wa_list whitelist; member in struct:intel_engine_cs
H A Dintel_engine_cs.c1593 intel_wa_list_free(&engine->whitelist);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c170 for (i = 0; i < sel->whitelist.cnt; i++) {
171 if (glob_match(name, sel->whitelist.tests[i].name))
175 if (!sel->whitelist.cnt && !sel->num_set)
202 for (i = 0; i < sel->whitelist.cnt; i++) {
203 if (glob_match(test_name, sel->whitelist.tests[i].name)) {
204 if (!sel->whitelist.tests[i].subtest_cnt)
207 for (j = 0; j < sel->whitelist.tests[i].subtest_cnt; j++) {
209 sel->whitelist.tests[i].subtests[j]))
215 if (!sel->whitelist.cnt && !subtest_sel->num_set)
774 free_test_filter_set(&test_selector->whitelist);
[all...]
H A Dtest_sockmap.c114 {"whitelist", required_argument, NULL, 'n' },
146 char *whitelist; member in struct:sockmap_options
1881 if (!opt->whitelist)
1883 ptr = strdup(opt->whitelist);
2054 options.whitelist = strdup(optarg);
2055 if (!options.whitelist)
2103 if (options.whitelist)
2104 free(options.whitelist);
H A Dtest_progs.h64 struct test_filter_set whitelist; member in struct:test_selector
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c1125 #define VULNWL(vendor, family, model, whitelist) \
1126 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist)
1128 #define VULNWL_INTEL(model, whitelist) \
1129 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist)
1131 #define VULNWL_AMD(family, whitelist) \
1132 VULNWL(AMD, family, X86_MODEL_ANY, whitelist)
1134 #define VULNWL_HYGON(family, whitelist) \
1135 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist)
1324 /* Set ITLB_MULTIHIT bug if cpu is not in the whitelist and not mitigated */
1344 * flag and protect from vendor-specific bugs via the whitelist
[all...]
/linux-master/drivers/misc/mei/
H A Dbus-fixup.c74 * whitelist - forcefully whitelist client
78 static void whitelist(struct mei_cl_device *cldev) function
564 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
/linux-master/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1175 } whitelist[] = { local
1207 for (p = whitelist; p->name != NULL; p++) {

Completed in 151 milliseconds