Home
last modified time | relevance | path

Searched refs:sanitize (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h17 int (*sanitize)(struct intel_uc *uc); member
91 intel_uc_ops_function(sanitize, sanitize, int, 0);
H A Dintel_uc.c617 * When coming out of S3/S4 we sanitize and re-init the HW, so in intel_uc_resume()
626 * During runtime resume we don't sanitize, so we need to re-init in intel_uc_runtime_resume()
637 .sanitize = __uc_sanitize,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h20 int (*sanitize)(struct intel_uc *uc); member
111 intel_uc_ops_function(sanitize, sanitize, int, 0);
H A Dintel_uc.c623 goto sanitize; in intel_uc_reset_prepare()
628 sanitize: in intel_uc_reset_prepare()
745 * When coming out of S3/S4 we sanitize and re-init the HW, so in intel_uc_resume()
754 * During runtime resume we don't sanitize, so we need to re-init in intel_uc_runtime_resume()
766 .sanitize = __uc_sanitize,
H A Dintel_guc_submission.c4253 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release()
4394 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.c162 if (engine->sanitize) in gt_sanitize()
163 engine->sanitize(engine); in gt_sanitize()
H A Dintel_engine_types.h415 void (*sanitize)(struct intel_engine_cs *engine); member
H A Dintel_lrc.c5080 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
5214 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-miropcm20.c210 static bool sanitize(char *p, int size) in sanitize() function
356 if (!res && sanitize(text_buffer, 8)) in pcm20_thread()
373 if (!res && sanitize(text_buffer + 1, 64)) in pcm20_thread()
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-miropcm20.c210 static bool sanitize(char *p, int size) in sanitize() function
356 if (!res && sanitize(text_buffer, 8)) in pcm20_thread()
373 if (!res && sanitize(text_buffer + 1, 64)) in pcm20_thread()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.c193 if (engine->sanitize) in gt_sanitize()
194 engine->sanitize(engine); in gt_sanitize()
H A Dintel_engine_types.h492 void (*sanitize)(struct intel_engine_cs *engine); member
H A Dintel_engine_cs.c1951 if (engine->sanitize) in intel_engines_reset_default_submission()
1952 engine->sanitize(engine); in intel_engines_reset_default_submission()
H A Dintel_ring_submission.c1129 engine->sanitize = xcs_sanitize; in setup_common()
H A Dintel_execlists_submission.c3392 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3593 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dmemdev.c134 rc = sysfs_emit(buf, "sanitize\n"); in security_state_show()
158 bool sanitize; in security_sanitize_store() local
161 if (kstrtobool(buf, &sanitize) || !sanitize) in security_sanitize_store()
171 __ATTR(sanitize, 0200, NULL, security_sanitize_store);
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1113 goto sanitize; in skl_sanitize_cdclk()
1121 goto sanitize; in skl_sanitize_cdclk()
1133 /* All well; nothing to sanitize */ in skl_sanitize_cdclk()
1136 sanitize: in skl_sanitize_cdclk()
1658 goto sanitize; in bxt_sanitize_cdclk()
1664 * so sanitize this register. in bxt_sanitize_cdclk()
1677 goto sanitize; in bxt_sanitize_cdclk()
1682 goto sanitize; in bxt_sanitize_cdclk()
1702 goto sanitize; in bxt_sanitize_cdclk()
1713 /* All well; nothing to sanitize */ in bxt_sanitize_cdclk()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1153 goto sanitize; in skl_sanitize_cdclk()
1161 goto sanitize; in skl_sanitize_cdclk()
1173 /* All well; nothing to sanitize */ in skl_sanitize_cdclk()
1176 sanitize: in skl_sanitize_cdclk()
1772 * sanitize path. in cdclk_pll_is_unknown()
1990 goto sanitize; in bxt_sanitize_cdclk()
1996 * so sanitize this register. in bxt_sanitize_cdclk()
2009 goto sanitize; in bxt_sanitize_cdclk()
2014 goto sanitize; in bxt_sanitize_cdclk()
2036 /* All well; nothing to sanitize */ in bxt_sanitize_cdclk()
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-hcd.c367 sanitize: in ohci_endpoint_disable()
377 goto sanitize; in ohci_endpoint_disable()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/kernel/linux/linux-5.10/
H A DMakefile934 -fno-sanitize-cfi-canonical-jump-tables \
935 -fno-sanitize-trap=cfi \
936 -fno-sanitize-blacklist
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c2565 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
2580 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
2581 if (sanitize) { in bpf_object__sanitize_and_load_btf()
2585 /* clone BTF to sanitize a copy and leave the original intact */ in bpf_object__sanitize_and_load_btf()
2597 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c3099 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
3146 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
3147 if (sanitize) { in bpf_object__sanitize_and_load_btf()
3151 /* clone BTF to sanitize a copy and leave the original intact */ in bpf_object__sanitize_and_load_btf()
3181 if (sanitize) { in bpf_object__sanitize_and_load_btf()
10371 /* sanitize binary_path in the probe name */ in gen_kprobe_legacy_event_name()
11035 /* sanitize binary_path in the probe name */ in gen_uprobe_legacy_event_name()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c2498 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
2504 sanitize = true; in check_stack_write_fixed_off()
2509 if (sanitize) in check_stack_write_fixed_off()
5988 * state or limits to sanitize, then this won't work. in update_alu_sanitation_state()
6146 * rewrite/sanitize them. in sanitize_mark_insn_seen()
6232 * in order to be able to sanitize access later on. in sanitize_check_bounds()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c4568 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
4574 sanitize = true; in check_stack_write_fixed_off()
4579 if (sanitize) in check_stack_write_fixed_off()
12173 * state or limits to sanitize, then this won't work. in update_alu_sanitation_state()
12331 * rewrite/sanitize them. in sanitize_mark_insn_seen()
12417 * in order to be able to sanitize access later on. in sanitize_check_bounds()

Completed in 141 milliseconds