Home
last modified time | relevance | path

Searched refs:sanitize (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.h19 int (*sanitize)(struct intel_uc *uc); member
106 intel_uc_ops_function(sanitize, sanitize, int, 0);
Dintel_uc.c597 goto sanitize; in intel_uc_reset_prepare()
602 sanitize: in intel_uc_reset_prepare()
724 .sanitize = __uc_sanitize,
Dintel_guc_submission.c4035 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release()
4174 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
/Linux-v6.1/drivers/media/radio/
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()
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.c192 if (engine->sanitize) in gt_sanitize()
193 engine->sanitize(engine); in gt_sanitize()
Dintel_engine_types.h473 void (*sanitize)(struct intel_engine_cs *engine); member
Dintel_engine_cs.c1725 if (engine->sanitize) in intel_engines_reset_default_submission()
1726 engine->sanitize(engine); in intel_engines_reset_default_submission()
Dintel_ring_submission.c1127 engine->sanitize = xcs_sanitize; in setup_common()
Dintel_execlists_submission.c3380 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3579 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_cdclk.c1151 goto sanitize; in skl_sanitize_cdclk()
1159 goto sanitize; in skl_sanitize_cdclk()
1174 sanitize: in skl_sanitize_cdclk()
1819 goto sanitize; in bxt_sanitize_cdclk()
1838 goto sanitize; in bxt_sanitize_cdclk()
1843 goto sanitize; in bxt_sanitize_cdclk()
1868 sanitize: in bxt_sanitize_cdclk()
/Linux-v6.1/drivers/usb/host/
Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/Linux-v6.1/Documentation/admin-guide/hw-vuln/
Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/Linux-v6.1/Documentation/cdrom/
Dcdrom-standard.rst310 it will `sanitize` the format by making requests to the low-level
487 (We may decide to sanitize the return value in *cdrom_ioctl()* though, in
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.c3015 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
3062 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
3063 if (sanitize) { in bpf_object__sanitize_and_load_btf()
3097 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/Linux-v6.1/kernel/bpf/
Dverifier.c3052 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
3056 sanitize = true; in check_stack_write_fixed_off()
3061 if (sanitize) in check_stack_write_fixed_off()