Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc.h20 int (*sanitize)(struct intel_uc *uc); member
109 intel_uc_ops_function(sanitize, sanitize, int, 0);
A Dintel_uc.c615 goto sanitize; in intel_uc_reset_prepare()
620 sanitize: in intel_uc_reset_prepare()
750 .sanitize = __uc_sanitize,
A Dintel_guc_submission.c4158 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release()
4299 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
/linux-6.3-rc2/drivers/media/radio/
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()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gt_pm.c221 if (engine->sanitize) in gt_sanitize()
222 engine->sanitize(engine); in gt_sanitize()
A Dintel_engine_types.h474 void (*sanitize)(struct intel_engine_cs *engine); member
A Dintel_engine_cs.c1832 if (engine->sanitize) in intel_engines_reset_default_submission()
1833 engine->sanitize(engine); in intel_engines_reset_default_submission()
A Dintel_ring_submission.c1129 engine->sanitize = xcs_sanitize; in setup_common()
A Dintel_execlists_submission.c3383 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3582 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_cdclk.c1152 goto sanitize; in skl_sanitize_cdclk()
1160 goto sanitize; in skl_sanitize_cdclk()
1175 sanitize: in skl_sanitize_cdclk()
1942 goto sanitize; in bxt_sanitize_cdclk()
1961 goto sanitize; in bxt_sanitize_cdclk()
1966 goto sanitize; in bxt_sanitize_cdclk()
1991 sanitize: in bxt_sanitize_cdclk()
/linux-6.3-rc2/drivers/usb/host/
A Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/linux-6.3-rc2/Documentation/admin-guide/hw-vuln/
A Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/linux-6.3-rc2/Documentation/cdrom/
A 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-6.3-rc2/tools/lib/bpf/
A Dlibbpf.c3039 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
3086 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
3087 if (sanitize) { in bpf_object__sanitize_and_load_btf()
3121 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c3513 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
3519 sanitize = true; in check_stack_write_fixed_off()
3524 if (sanitize) in check_stack_write_fixed_off()

Completed in 93 milliseconds